felipetanios commited on
Commit
134761b
1 Parent(s): dc38e09

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -10
README.md CHANGED
@@ -19,7 +19,7 @@ model-index:
19
  metrics:
20
  - name: Bleu
21
  type: bleu
22
- value: 39.0666
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.1615
33
- - Bleu: 39.0666
34
- - Gen Len: 25.2812
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.1450 | 39.429 | 25.2412 |
67
- | No log | 2.0 | 314 | 1.1531 | 39.1045 | 25.2136 |
68
- | No log | 3.0 | 471 | 1.1560 | 39.1684 | 25.2308 |
69
- | 1.954 | 4.0 | 628 | 1.1604 | 39.1528 | 25.2544 |
70
- | 1.954 | 5.0 | 785 | 1.1615 | 39.0666 | 25.2812 |
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