wmt/wmt14
Viewer • Updated • 47.8M • 12.2k • 35
How to use rossanez/t5-small-finetuned-de-en-batch8 with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("rossanez/t5-small-finetuned-de-en-batch8")
model = AutoModelForSeq2SeqLM.from_pretrained("rossanez/t5-small-finetuned-de-en-batch8", device_map="auto")This model is a fine-tuned version of t5-small on the wmt14 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 |
|---|---|---|---|---|---|
| No log | 1.0 | 375 | 2.0912 | 9.9147 | 17.3084 |
| 1.5593 | 2.0 | 750 | 2.0858 | 9.9386 | 17.4299 |
| 1.4383 | 3.0 | 1125 | 2.1137 | 9.9804 | 17.34 |
| 1.3562 | 4.0 | 1500 | 2.1198 | 9.9685 | 17.367 |
| 1.3562 | 5.0 | 1875 | 2.1282 | 10.039 | 17.3839 |