Downloads · 30 days
62
2% of all-time downloads
bowphs/LaTa
LaTa is a machine learning model from bowphs. Use it for the machine learning task on the model card, and read the license before you ship it in a product. It is set up for transformers. The card lists the license as apache-2.0.
The paper Exploring Language Models for Classical Philology is the first effort to systematically provide state-of-the-art language models for Classical Philology. LaTa is a T5-base sized, monolingual, encoder-decoder…
Downloads · 30 days
62
2% of all-time downloads
All-time downloads
3.2K
Public
Parameters
278M
4.5 GB on disk
Likes
4
Public
Click a slice to open those files.
.h51.1 GB · 25%
From the Hugging Face model README
The paper Exploring Language Models for Classical Philology is the first effort to systematically provide state-of-the-art language models for Classical Philology. LaTa is a T5-base sized, monolingual, encoder-decoder variant.
This model was trained on the Corpus Corporum.
Further information can be found in our paper or in our GitHub repository.
from transformers import AutoTokenizer, AutoModelForConditionalGeneration
tokenizer = AutoTokenizer.from_pretrained('bowphs/LaTa')
model = AutoModelForConditionalGeneration.from_pretrained('bowphs/LaTa')
Please check out the awesome Hugging Face tutorials on how to fine-tune our models.
When fine-tuned on lemmatization data from EvaLatin 2022, LaTa achieves the following results:
| Task | Classical | Cross-genre | Cross-time |
|---|---|---|---|
| 97.30 | 93.95 | 92.26 |
If you have any questions or problems, feel free to reach out.
@incollection{riemenschneiderfrank:2023,
address = "Toronto, Canada",
author = "Riemenschneider, Frederick and Frank, Anette",
booktitle = "Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (ACL’23)",
note = "to appear",
pubType = "incollection",
publisher = "Association for Computational Linguistics",
title = "Exploring Large Language Models for Classical Philology",
url = "https://arxiv.org/abs/2305.13698",
year = "2023",
key = "riemenschneiderfrank:2023"
}