IWSLT/mt_eng_vietnamese
Updated • 356 • 31
How to use nttoanh/t5vi-finetuned-en-to-vi with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("nttoanh/t5vi-finetuned-en-to-vi")
model = AutoModelForSeq2SeqLM.from_pretrained("nttoanh/t5vi-finetuned-en-to-vi", device_map="auto")This model is a fine-tuned version of imthanhlv/t5vi on the mt_eng_vietnamese 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.8026 | 1.0 | 6666 | 1.5907 | 10.9756 | 17.3231 |
| 1.6217 | 2.0 | 13332 | 1.4635 | 12.375 | 17.3444 |
| 1.5087 | 3.0 | 19998 | 1.4131 | 13.1828 | 17.3924 |
| 1.4446 | 4.0 | 26664 | 1.3915 | 13.5217 | 17.3617 |
| 1.4076 | 5.0 | 33330 | 1.3827 | 13.547 | 17.3719 |