--- license: openrail base_model: VietAI/envit5-translation tags: - envit5-translation-finetune - generated_from_trainer datasets: - mt_eng_vietnamese metrics: - bleu model-index: - name: envit5-translation-finetune results: [] --- # envit5-translation-finetune This model is a fine-tuned version of [VietAI/envit5-translation](https://huggingface.co/VietAI/envit5-translation) on the mt_eng_vietnamese dataset. It achieves the following results on the evaluation set: - Loss: 1.0671 - Bleu: 20.0208 - Gen Len: 16.6848 ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 2e-05 - train_batch_size: 16 - eval_batch_size: 16 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 1 ### Training results | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len | |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:| | 1.1107 | 1.0 | 8333 | 1.0671 | 20.0208 | 16.6848 | ### Framework versions - Transformers 4.40.1 - Pytorch 2.2.1+cu121 - Datasets 2.19.0 - Tokenizers 0.19.1