update model card README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ model-index:
|
|
19 |
metrics:
|
20 |
- name: Bleu
|
21 |
type: bleu
|
22 |
-
value: 32.
|
23 |
---
|
24 |
|
25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -29,8 +29,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
29 |
|
30 |
This model is a fine-tuned version of [Helsinki-NLP/opus-mt-ar-en](https://huggingface.co/Helsinki-NLP/opus-mt-ar-en) on the news_commentary dataset.
|
31 |
It achieves the following results on the evaluation set:
|
32 |
-
- Loss: 10.
|
33 |
-
- Bleu: 32.
|
34 |
- Gen Len: 56.234
|
35 |
|
36 |
## Model description
|
@@ -56,22 +56,15 @@ The following hyperparameters were used during training:
|
|
56 |
- seed: 42
|
57 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
58 |
- lr_scheduler_type: linear
|
59 |
-
- num_epochs:
|
60 |
|
61 |
### Training results
|
62 |
|
63 |
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
64 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
|
65 |
-
| No log | 1.0 | 32 | 10.
|
66 |
-
| No log | 2.0 | 64 | 10.
|
67 |
-
| No log | 3.0 | 96 | 10.
|
68 |
-
| No log | 4.0 | 128 | 10.6064 | 32.5319 | 56.234 |
|
69 |
-
| No log | 5.0 | 160 | 10.6053 | 32.5319 | 56.234 |
|
70 |
-
| No log | 6.0 | 192 | 10.6048 | 32.5319 | 56.234 |
|
71 |
-
| No log | 7.0 | 224 | 10.6044 | 32.5319 | 56.234 |
|
72 |
-
| No log | 8.0 | 256 | 10.6042 | 32.5319 | 56.234 |
|
73 |
-
| No log | 9.0 | 288 | 10.6041 | 32.5319 | 56.234 |
|
74 |
-
| No log | 10.0 | 320 | 10.6041 | 32.5319 | 56.234 |
|
75 |
|
76 |
|
77 |
### Framework versions
|
|
|
19 |
metrics:
|
20 |
- name: Bleu
|
21 |
type: bleu
|
22 |
+
value: 32.5327
|
23 |
---
|
24 |
|
25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
29 |
|
30 |
This model is a fine-tuned version of [Helsinki-NLP/opus-mt-ar-en](https://huggingface.co/Helsinki-NLP/opus-mt-ar-en) on the news_commentary dataset.
|
31 |
It achieves the following results on the evaluation set:
|
32 |
+
- Loss: 10.6102
|
33 |
+
- Bleu: 32.5327
|
34 |
- Gen Len: 56.234
|
35 |
|
36 |
## Model description
|
|
|
56 |
- seed: 42
|
57 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
58 |
- lr_scheduler_type: linear
|
59 |
+
- num_epochs: 3
|
60 |
|
61 |
### Training results
|
62 |
|
63 |
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
64 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
|
65 |
+
| No log | 1.0 | 32 | 10.6112 | 32.5327 | 56.234 |
|
66 |
+
| No log | 2.0 | 64 | 10.6103 | 32.5327 | 56.234 |
|
67 |
+
| No log | 3.0 | 96 | 10.6102 | 32.5327 | 56.234 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
|
69 |
|
70 |
### Framework versions
|