Yale-LILY / SummerTime

An open-source text summarization toolkit for non-experts. EMNLP'2021 Demo
https://arxiv.org/abs/2108.12738
Apache License 2.0
264 stars 30 forks source link

Mark input length for different (especially transformer-based) models #27

Open niansong1996 opened 3 years ago

niansong1996 commented 3 years ago

We should be aware of the length limits of the models we have. We can do this by adding another static variable to the model classes like max_input_length.