IWSLT/mt_eng_vietnamese
Updated • 460 • 30
How to use thanhnguyenvn/opus-mt-en-vi-finetuned-en-to-vi with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("thanhnguyenvn/opus-mt-en-vi-finetuned-en-to-vi")
model = AutoModelForSeq2SeqLM.from_pretrained("thanhnguyenvn/opus-mt-en-vi-finetuned-en-to-vi")This model is a fine-tuned version of Helsinki-NLP/opus-mt-en-vi 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.4895 | 1.0 | 8333 | 1.2692 | 35.8111 | 28.907 |