IWSLT/mt_eng_vietnamese
Updated • 459 • 30
How to use lmh2011/envit5-translation-finetune with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("lmh2011/envit5-translation-finetune")
model = AutoModelForSeq2SeqLM.from_pretrained("lmh2011/envit5-translation-finetune")This model is a fine-tuned version of VietAI/envit5-translation 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.1107 | 1.0 | 8333 | 1.0671 | 20.0208 | 16.6848 |
Base model
VietAI/envit5-translation