Helsinki-NLP/opus_books
Viewer • Updated • 1.25M • 10k • 92
How to use basso4/my_awesome_opus_books_model with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("basso4/my_awesome_opus_books_model")
model = AutoModelForSeq2SeqLM.from_pretrained("basso4/my_awesome_opus_books_model")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.9089 | 1.0 | 4067 | 1.6742 | 5.2267 | 17.6188 |
| 1.8675 | 2.0 | 8134 | 1.6518 | 5.4227 | 17.6074 |
Base model
google-t5/t5-small