tiagohatta commited on
Commit
e6169e3
1 Parent(s): f0f64b6

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -19,7 +19,7 @@ model-index:
19
  metrics:
20
  - name: Bleu
21
  type: bleu
22
- value: 39.3115
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.1451
33
- - Bleu: 39.3115
34
- - Gen Len: 25.316
35
 
36
  ## Model description
37
 
@@ -50,9 +50,9 @@ More information needed
50
  ### Training hyperparameters
51
 
52
  The following hyperparameters were used during training:
53
- - learning_rate: 2e-06
54
- - train_batch_size: 32
55
- - eval_batch_size: 32
56
  - seed: 42
57
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
58
  - lr_scheduler_type: linear
@@ -63,7 +63,7 @@ The following hyperparameters were used during training:
63
 
64
  | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
65
  |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
66
- | No log | 1.0 | 79 | 1.1451 | 39.3115 | 25.316 |
67
 
68
 
69
  ### Framework versions
 
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
 
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
 
 
50
  ### Training hyperparameters
51
 
52
  The following hyperparameters were used during training:
53
+ - learning_rate: 2e-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
 
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