Update README.md
Browse files
README.md
CHANGED
@@ -15,10 +15,14 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# results_arabicTranslation
|
17 |
|
18 |
-
This model is a fine-tuned version of [Helsinki-NLP/opus-mt-ar-en](https://huggingface.co/Helsinki-NLP/opus-mt-ar-en)
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
|
21 |
-
|
|
|
|
|
|
|
|
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -44,17 +48,8 @@ The following hyperparameters were used during training:
|
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
- num_epochs: 5
|
47 |
-
- mixed_precision_training:
|
48 |
|
49 |
-
### Training results
|
50 |
-
|
51 |
-
| Training Loss | Epoch | Step | Validation Loss | Bleu |
|
52 |
-
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
53 |
-
| 2.2767 | 1.0 | 1507 | 2.0376 | 0.0 |
|
54 |
-
| 1.8477 | 2.0 | 3014 | 1.7873 | 0.0 |
|
55 |
-
| 1.644 | 3.0 | 4521 | 1.6827 | 39.7635 |
|
56 |
-
| 1.5109 | 4.0 | 6028 | 1.6299 | 39.7635 |
|
57 |
-
| 1.4356 | 5.0 | 7535 | 1.6140 | 39.7635 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
|
|
15 |
|
16 |
# results_arabicTranslation
|
17 |
|
18 |
+
This model is a fine-tuned version of [Helsinki-NLP/opus-mt-ar-en](https://huggingface.co/Helsinki-NLP/opus-mt-ar-en)
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
Epoch Training Loss Validation Loss Bleu
|
21 |
+
1 2.271900 2.034573 25.406637
|
22 |
+
2 1.854200 1.787860 20.556681
|
23 |
+
3 1.642800 1.677009 24.274589
|
24 |
+
4 1.508300 1.630295 20.556681
|
25 |
+
5 1.447700 1.615814 24.274589
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
- lr_scheduler_type: linear
|
50 |
- num_epochs: 5
|
51 |
+
- mixed_precision_training: True FP16 enabled
|
52 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
|
54 |
|
55 |
### Framework versions
|