Helsinki-NLP/tatoeba
Updated • 1.65k • 55
How to use jdmartinev/MLEAFIT_es2ptT5 with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("jdmartinev/MLEAFIT_es2ptT5")
model = AutoModelForSeq2SeqLM.from_pretrained("jdmartinev/MLEAFIT_es2ptT5", device_map="auto")This model is a fine-tuned version of t5-small on the tatoeba dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|---|---|---|---|---|---|
| 2.6856 | 1.0 | 858 | 1.9674 | 8.9672 | 15.7279 |
| 2.1422 | 2.0 | 1716 | 1.7900 | 10.7687 | 15.8897 |
| 2.0298 | 3.0 | 2574 | 1.7472 | 11.2994 | 15.8838 |
Base model
google-t5/t5-small