translation generated_from_trainer

mbart-large-50-English_Spanish_Translation

This model is a fine-tuned version of facebook/mbart-large-50 on the None dataset. It achieves the following results on the evaluation set:

Model description

This project translates Spanish text inputs into English.

Here is the link to the script I created to train this model: https://github.com/DunnBC22/NLP_Projects/blob/main/Machine%20Translation/NLP%20Translation%20Project-EN:ES.ipynb

Intended uses & limitations

This model is intended to demonstrate my ability to solve a complex problem using technology.

Training and evaluation data

Dataset Source: https://www.kaggle.com/datasets/hgultekin/paralel-translation-corpus-in-22-languages

Training procedure

Training hyperparameters

The following hyperparameters were used during training:

Training results

Training Loss Epoch Step Validation Loss Bleu Rouge1 Rouge2 RougeL RougeLsum Meteor
1.5608 1.0 900 1.0899 39.9184 0.6645 0.4846 0.6254 0.6259 0.6376
0.9734 2.0 1800 1.0290 41.4436 0.6751 0.4977 0.6371 0.6376 0.6479

Framework versions