Helsinki-NLP/opus_books
Viewer • Updated • 1.25M • 12.3k • 91
How to use linagardsjo/my_awesome_opus_books_model with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultimodalLM
tokenizer = AutoTokenizer.from_pretrained("linagardsjo/my_awesome_opus_books_model")
model = AutoModelForMultimodalLM.from_pretrained("linagardsjo/my_awesome_opus_books_model")This model is a fine-tuned version of t5-large 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 |
|---|---|---|---|---|---|
| 0.0 | 1.0 | 6355 | nan | 0.0 | 0.0653 |
| 0.0 | 2.0 | 12710 | nan | 0.0 | 0.0653 |
Base model
google-t5/t5-large