felipetanios
commited on
Commit
•
134761b
1
Parent(s):
dc38e09
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:
|
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-de-en](https://huggingface.co/Helsinki-NLP/opus-mt-de-en) on the wmt16 dataset.
|
31 |
It achieves the following results on the evaluation set:
|
32 |
-
- Loss: 1.
|
33 |
-
- Bleu:
|
34 |
-
- Gen Len: 25.
|
35 |
|
36 |
## Model description
|
37 |
|
@@ -57,17 +57,16 @@ The following hyperparameters were used during training:
|
|
57 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
58 |
- lr_scheduler_type: linear
|
59 |
- num_epochs: 5
|
60 |
-
- mixed_precision_training: Native AMP
|
61 |
|
62 |
### Training results
|
63 |
|
64 |
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
65 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
|
66 |
-
| No log | 1.0 | 157 | 1.
|
67 |
-
| No log | 2.0 | 314 | 1.
|
68 |
-
| No log | 3.0 | 471 | 1.
|
69 |
-
| 1.
|
70 |
-
| 1.
|
71 |
|
72 |
|
73 |
### Framework versions
|
|
|
19 |
metrics:
|
20 |
- name: Bleu
|
21 |
type: bleu
|
22 |
+
value: 37.9762
|
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-de-en](https://huggingface.co/Helsinki-NLP/opus-mt-de-en) on the wmt16 dataset.
|
31 |
It achieves the following results on the evaluation set:
|
32 |
+
- Loss: 1.2282
|
33 |
+
- Bleu: 37.9762
|
34 |
+
- Gen Len: 25.3696
|
35 |
|
36 |
## Model description
|
37 |
|
|
|
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 | 157 | 1.1837 | 38.8278 | 25.22 |
|
66 |
+
| No log | 2.0 | 314 | 1.2057 | 38.3047 | 25.2908 |
|
67 |
+
| No log | 3.0 | 471 | 1.2167 | 38.231 | 25.316 |
|
68 |
+
| 1.4808 | 4.0 | 628 | 1.2256 | 37.9871 | 25.3556 |
|
69 |
+
| 1.4808 | 5.0 | 785 | 1.2282 | 37.9762 | 25.3696 |
|
70 |
|
71 |
|
72 |
### Framework versions
|