Helsinki-NLP/opus_books
Viewer • Updated • 1.25M • 12.7k • 92
How to use ethansimrm/test_t5_small_example_kaggle2 with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultimodalLM
tokenizer = AutoTokenizer.from_pretrained("ethansimrm/test_t5_small_example_kaggle2")
model = AutoModelForMultimodalLM.from_pretrained("ethansimrm/test_t5_small_example_kaggle2")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.7193 | 1.0 | 6355 | 1.5356 | 6.1325 | 17.5546 |
| 1.7261 | 2.0 | 12710 | 1.5241 | 6.1767 | 17.5553 |
# Load model directly from transformers import AutoTokenizer, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("ethansimrm/test_t5_small_example_kaggle2") model = AutoModelForMultimodalLM.from_pretrained("ethansimrm/test_t5_small_example_kaggle2")