Helsinki-NLP/opus_books
Viewer • Updated • 1.25M • 12.4k • 94
How to use Mayank1309/my_model with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("Mayank1309/my_model")
model = AutoModelForSeq2SeqLM.from_pretrained("Mayank1309/my_model", 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 |
|---|---|---|---|
| 1.8795 | 1.0 | 3178 | 1.6366 |
| 1.8177 | 2.0 | 6356 | 1.5965 |
| 1.7999 | 3.0 | 9534 | 1.5865 |