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,9 +29,9 @@ 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:
|
33 |
-
- Bleu: 32.
|
34 |
-
- Gen Len:
|
35 |
|
36 |
## Model description
|
37 |
|
@@ -50,21 +50,23 @@ More information needed
|
|
50 |
### Training hyperparameters
|
51 |
|
52 |
The following hyperparameters were used during training:
|
53 |
-
- learning_rate:
|
54 |
- train_batch_size: 16
|
55 |
- eval_batch_size: 16
|
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 |
|
66 |
-
| No log | 2.0 |
|
67 |
-
|
|
|
|
|
|
68 |
|
69 |
|
70 |
### Framework versions
|
|
|
19 |
metrics:
|
20 |
- name: Bleu
|
21 |
type: bleu
|
22 |
+
value: 32.8872
|
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: 0.6933
|
33 |
+
- Bleu: 32.8872
|
34 |
+
- Gen Len: 56.084
|
35 |
|
36 |
## Model description
|
37 |
|
|
|
50 |
### Training hyperparameters
|
51 |
|
52 |
The following hyperparameters were used during training:
|
53 |
+
- learning_rate: 3e-05
|
54 |
- train_batch_size: 16
|
55 |
- eval_batch_size: 16
|
56 |
- seed: 42
|
57 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
58 |
- lr_scheduler_type: linear
|
59 |
+
- num_epochs: 5
|
60 |
|
61 |
### Training results
|
62 |
|
63 |
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
64 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
|
65 |
+
| No log | 1.0 | 188 | 0.7407 | 30.7259 | 56.296 |
|
66 |
+
| No log | 2.0 | 376 | 0.6927 | 32.2038 | 58.602 |
|
67 |
+
| 0.8066 | 3.0 | 564 | 0.6898 | 33.1091 | 57.72 |
|
68 |
+
| 0.8066 | 4.0 | 752 | 0.6925 | 33.0842 | 56.574 |
|
69 |
+
| 0.8066 | 5.0 | 940 | 0.6933 | 32.8872 | 56.084 |
|
70 |
|
71 |
|
72 |
### Framework versions
|