Helsinki-NLP/opus_books
Viewer • Updated • 1.25M • 14.2k • 88
How to use nimrita/booktranslation_opusdataset with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("nimrita/booktranslation_opusdataset")
model = AutoModelForSeq2SeqLM.from_pretrained("nimrita/booktranslation_opusdataset")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 |
|---|---|---|---|
| 3.2775 | 1.0 | 2574 | 2.9578 |
Base model
google-t5/t5-small