coloteong/lab1_finetuned
Browse files
README.md
CHANGED
|
@@ -16,13 +16,6 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 16 |
# marian-finetuned-kde4-en-to-fr
|
| 17 |
|
| 18 |
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.
|
| 19 |
-
It achieves the following results on the evaluation set:
|
| 20 |
-
- eval_loss: 1.6964
|
| 21 |
-
- eval_bleu: 39.1660
|
| 22 |
-
- eval_runtime: 1541.8607
|
| 23 |
-
- eval_samples_per_second: 13.632
|
| 24 |
-
- eval_steps_per_second: 0.213
|
| 25 |
-
- step: 0
|
| 26 |
|
| 27 |
## Model description
|
| 28 |
|
|
@@ -50,6 +43,10 @@ The following hyperparameters were used during training:
|
|
| 50 |
- num_epochs: 3
|
| 51 |
- mixed_precision_training: Native AMP
|
| 52 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
### Framework versions
|
| 54 |
|
| 55 |
- Transformers 4.35.2
|
|
|
|
| 16 |
# marian-finetuned-kde4-en-to-fr
|
| 17 |
|
| 18 |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
|
| 20 |
## Model description
|
| 21 |
|
|
|
|
| 43 |
- num_epochs: 3
|
| 44 |
- mixed_precision_training: Native AMP
|
| 45 |
|
| 46 |
+
### Training results
|
| 47 |
+
|
| 48 |
+
|
| 49 |
+
|
| 50 |
### Framework versions
|
| 51 |
|
| 52 |
- Transformers 4.35.2
|