IWSLT/mt_eng_vietnamese
Updated • 361 • 30
How to use trachi123/CK_T5 with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("trachi123/CK_T5")
model = AutoModelForSeq2SeqLM.from_pretrained("trachi123/CK_T5", device_map="auto")This model is a fine-tuned version of T5-small 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.6572 | 1.0 | 8333 | 1.5155 | 0.0992 | 18.7864 |
| 1.5895 | 2.0 | 16666 | 1.4489 | 0.1851 | 18.751 |