Helsinki-NLP/opus_books
Viewer • Updated • 1.25M • 12.5k • 94
How to use Agent316/my_awesome_opus_books_model_df with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("Agent316/my_awesome_opus_books_model_df")
model = AutoModelForSeq2SeqLM.from_pretrained("Agent316/my_awesome_opus_books_model_df", device_map="auto")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 |
|---|---|---|---|---|---|
| 3.5639 | 1.0 | 4674 | 3.2830 | 1.5733 | 16.9662 |
| 3.4771 | 2.0 | 9348 | 3.2250 | 1.7828 | 16.9721 |