Francesco-A's picture
Update README.md
2c6ddbd
|
raw
history blame
No virus
2.55 kB
---
license: apache-2.0
base_model: Helsinki-NLP/opus-mt-en-fr
tags:
- translation
- generated_from_trainer
datasets:
- kde4
metrics:
- bleu
model-index:
- name: finetuned-kde4-en-to-fr
results:
- task:
name: Sequence-to-sequence Language Modeling
type: text2text-generation
dataset:
name: kde4
type: kde4
config: en-fr
split: train
args: en-fr
metrics:
- name: Bleu
type: bleu
value: 52.88529894542656
---
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->
# finetuned-kde4-en-to-fr
This model is a fine-tuned version of [Helsinki-NLP/opus-mt-en-fr](https://huggingface.co/Helsinki-NLP/opus-mt-en-fr) on the kde4 dataset.
It achieves the following results on the evaluation set:
- Loss: 0.8556
- Bleu: 52.8853
## 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: 32
- eval_batch_size: 64
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 3
### Training details
Here's the data presented in a table format:
| Step | Training Loss |
|--------|---------------|
| 500 | 1.423400 |
| 1000 | 1.233600 |
| 1500 | 1.184600 |
| 2000 | 1.125000 |
| 2500 | 1.113000 |
| 3000 | 1.070500 |
| 3500 | 1.063300 |
| 4000 | 1.031900 |
| 4500 | 1.017900 |
| 5000 | 1.008200 |
| 5500 | 1.002500 |
| 6000 | 0.973900 |
| 6500 | 0.907700 |
| 7000 | 0.920600 |
| 7500 | 0.905000 |
| 8000 | 0.900300 |
| 8500 | 0.888500 |
| 9000 | 0.892000 |
| 9500 | 0.881200 |
| 10000 | 0.890200 |
| 10500 | 0.881500 |
| 11000 | 0.876800 |
| 11500 | 0.861000 |
| 12000 | 0.854800 |
| 12500 | 0.819500 |
| 13000 | 0.818100 |
| 13500 | 0.827400 |
| 14000 | 0.806400 |
| 14500 | 0.811000 |
| 15000 | 0.815600 |
| 15500 | 0.818500 |
| 16000 | 0.804800 |
| 16500 | 0.827200 |
| 17000 | 0.808300 |
| 17500 | 0.807600 |
### Framework versions
- Transformers 4.31.0
- Pytorch 2.0.1+cu118
- Datasets 2.14.4
- Tokenizers 0.13.3