Helsinki-NLP/opus_books
Viewer • Updated • 1.25M • 14.5k • 89
How to use phi0108/translation-en-fr with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("phi0108/translation-en-fr")
model = AutoModelForSeq2SeqLM.from_pretrained("phi0108/translation-en-fr")This model is a fine-tuned version of t5-small on the opus_books 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 |
|---|---|---|---|---|---|
| 1.8329 | 1.0 | 6355 | 1.6091 | 5.6057 | 17.5952 |
| 1.7888 | 2.0 | 12710 | 1.5898 | 5.7246 | 17.5859 |