This model has been delivered as part of a class project.
Intended uses & limitations
The model is aim to translating from English to Spanish. As the low BLEU score shows, this model has very low accuracy, given the limitation of the dataset.
Training and evaluation data
More information needed
Training procedure
Training hyperparameters
The following hyperparameters were used during training:
learning_rate: 1e-05
train_batch_size: 4
eval_batch_size: 4
seed: 42
optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments