--- license: apache-2.0 base_model: Helsinki-NLP/opus-mt-en-es tags: - translation - generated_from_trainer metrics: - bleu model-index: - name: helsinki-biomedical-finetuned results: [] --- # helsinki-biomedical-finetuned This model is a fine-tuned version of [Helsinki-NLP/opus-mt-en-es](https://huggingface.co/Helsinki-NLP/opus-mt-en-es) on an unknown dataset. It achieves the following results on the evaluation set: - Loss: 0.0875 - Bleu: 43.9070 ## 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: 8e-07 - train_batch_size: 8 - eval_batch_size: 16 - seed: 42 - gradient_accumulation_steps: 4 - total_train_batch_size: 32 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: cosine - num_epochs: 3 - mixed_precision_training: Native AMP ### Training results | Training Loss | Epoch | Step | Validation Loss | Bleu | |:-------------:|:------:|:----:|:---------------:|:-------:| | No log | 0.9987 | 187 | 0.0890 | 43.7030 | | No log | 1.9973 | 374 | 0.0880 | 43.7818 | | 0.0947 | 2.9960 | 561 | 0.0875 | 43.9070 | ### Framework versions - Transformers 4.40.2 - Pytorch 2.3.0+cu121 - Datasets 2.19.0 - Tokenizers 0.19.1