tiagohatta commited on
Commit
55b13f1
1 Parent(s): 470da91

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -6
README.md CHANGED
@@ -19,7 +19,7 @@ model-index:
19
  metrics:
20
  - name: Bleu
21
  type: bleu
22
- value: 39.3706
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.1458
33
- - Bleu: 39.3706
34
- - Gen Len: 25.2688
35
 
36
  ## Model description
37
 
@@ -56,14 +56,18 @@ 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: 1
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.1458 | 39.3706 | 25.2688 |
 
 
 
 
67
 
68
 
69
  ### Framework versions
 
19
  metrics:
20
  - name: Bleu
21
  type: bleu
22
+ value: 38.959
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.1719
33
+ - Bleu: 38.959
34
+ - Gen Len: 25.2812
35
 
36
  ## Model description
37
 
 
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
  - 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.1492 | 39.2552 | 25.2268 |
67
+ | No log | 2.0 | 314 | 1.1601 | 38.8343 | 25.2288 |
68
+ | No log | 3.0 | 471 | 1.1651 | 39.0092 | 25.254 |
69
+ | 1.8512 | 4.0 | 628 | 1.1704 | 38.9281 | 25.2756 |
70
+ | 1.8512 | 5.0 | 785 | 1.1719 | 38.959 | 25.2812 |
71
 
72
 
73
  ### Framework versions