ingridnc commited on
Commit
bc78fc4
1 Parent(s): 2f24652

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -7
README.md CHANGED
@@ -19,7 +19,7 @@ model-index:
19
  metrics:
20
  - name: Bleu
21
  type: bleu
22
- value: 1.4028
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 [t5-small](https://huggingface.co/t5-small) on the wmt19 dataset.
31
  It achieves the following results on the evaluation set:
32
- - Loss: 3.4526
33
- - Bleu: 1.4028
34
- - Gen Len: 17.2763
35
 
36
  ## Model description
37
 
@@ -56,15 +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: 2
60
  - mixed_precision_training: Native AMP
61
 
62
  ### Training results
63
 
64
  | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
65
  |:-------------:|:-----:|:-----:|:---------------:|:------:|:-------:|
66
- | 3.2947 | 1.0 | 6250 | 3.4835 | 1.3506 | 17.2077 |
67
- | 3.2321 | 2.0 | 12500 | 3.4526 | 1.4028 | 17.2763 |
 
 
 
68
 
69
 
70
  ### Framework versions
19
  metrics:
20
  - name: Bleu
21
  type: bleu
22
+ value: 1.618
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 [t5-small](https://huggingface.co/t5-small) on the wmt19 dataset.
31
  It achieves the following results on the evaluation set:
32
+ - Loss: 3.3598
33
+ - Bleu: 1.618
34
+ - Gen Len: 17.3223
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
+ | 3.3627 | 1.0 | 6250 | 3.5122 | 1.2882 | 17.1803 |
67
+ | 3.2162 | 2.0 | 12500 | 3.4442 | 1.4329 | 17.2617 |
68
+ | 3.1304 | 3.0 | 18750 | 3.3872 | 1.4862 | 17.296 |
69
+ | 3.0832 | 4.0 | 25000 | 3.3648 | 1.5795 | 17.3047 |
70
+ | 3.0623 | 5.0 | 31250 | 3.3598 | 1.618 | 17.3223 |
71
 
72
 
73
  ### Framework versions