Views
No views yet
mT5-LatinSummarizerModel, which was fine-tuned to improve Latin summarization and translation. It is designed to:bash install_large_models.sh.
├── final_pipeline (Trained for 30 light epochs with optimizations, and then finetuned on 100 on the small HQ summaries dataset)
│ ├── no_stanza
│ ├── with_stanza
├── initial_pipeline (Trained for 6 epochs without optimizations)
│ ├── mt5-small-en-la-translation-epoch5
├── install_large_models.sh
└── README.md5 × 10^-4 with warm-up steps.| Metric | Before Fine-Tuning | After Fine-Tuning |
|---|---|---|
| ROUGE-1 | 0.1675 | 0.2541 |
| ROUGE-2 | 0.0427 | 0.0773 |
| ROUGE-L | 0.1459 | 0.2139 |
| BERTScore-F1 | 0.6573 | 0.7140 |
1@misc{LatinSummarizerModel,
2 author = {Axel Delaval, Elsa Lubek},
3 title = {Latin-English Summarization Model (mT5)},
4 year = {2025},
5 url = {https://huggingface.co/LatinNLP/LatinSummarizerModel}
6}