tiagohatta
commited on
Commit
·
773d938
1
Parent(s):
7970e54
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: 39.
|
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: 39.
|
34 |
-
- Gen Len: 25.
|
35 |
|
36 |
## Model description
|
37 |
|
@@ -50,7 +50,7 @@ More information needed
|
|
50 |
### Training hyperparameters
|
51 |
|
52 |
The following hyperparameters were used during training:
|
53 |
-
- learning_rate: 2e-
|
54 |
- train_batch_size: 16
|
55 |
- eval_batch_size: 16
|
56 |
- seed: 42
|
@@ -61,9 +61,9 @@ The following hyperparameters were used during training:
|
|
61 |
|
62 |
### Training results
|
63 |
|
64 |
-
| Training Loss | Epoch | Step | Validation Loss | Bleu
|
65 |
-
|
66 |
-
| No log | 1.0 | 157 | 1.
|
67 |
|
68 |
|
69 |
### Framework versions
|
|
|
19 |
metrics:
|
20 |
- name: Bleu
|
21 |
type: bleu
|
22 |
+
value: 39.3557
|
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.1443
|
33 |
+
- Bleu: 39.3557
|
34 |
+
- Gen Len: 25.308
|
35 |
|
36 |
## Model description
|
37 |
|
|
|
50 |
### Training hyperparameters
|
51 |
|
52 |
The following hyperparameters were used during training:
|
53 |
+
- learning_rate: 2e-06
|
54 |
- train_batch_size: 16
|
55 |
- eval_batch_size: 16
|
56 |
- seed: 42
|
|
|
61 |
|
62 |
### Training results
|
63 |
|
64 |
+
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
65 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
|
66 |
+
| No log | 1.0 | 157 | 1.1443 | 39.3557 | 25.308 |
|
67 |
|
68 |
|
69 |
### Framework versions
|