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
268 stars 30 forks source link

Nick/mbart model #89

Closed haileyschoelkopf closed 3 years ago

haileyschoelkopf commented 3 years ago

added mBART model and unit test for multilingual single-doc models. Needs review: added a new class variable to SummModel base class.

haileyschoelkopf commented 3 years ago

Passing tests, ready for review

haileyschoelkopf commented 3 years ago

passing tests and ready to merge