carmengoar commited on
Commit
986b169
·
verified ·
1 Parent(s): cd1fc87

Training complete

Browse files
Files changed (1) hide show
  1. README.md +10 -8
README.md CHANGED
@@ -19,9 +19,9 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.0743
23
- - Bleu: 53.8876
24
- - Gen Len: 18.6354
25
 
26
  ## Model description
27
 
@@ -46,16 +46,18 @@ The following hyperparameters were used during training:
46
  - seed: 42
47
  - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
48
  - lr_scheduler_type: linear
49
- - num_epochs: 4
50
 
51
  ### Training results
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
54
  |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
55
- | No log | 1.0 | 440 | 0.1093 | 53.4609 | 18.6146 |
56
- | 0.0779 | 2.0 | 880 | 0.0886 | 53.8469 | 18.6042 |
57
- | 0.0641 | 3.0 | 1320 | 0.0791 | 54.0904 | 18.6667 |
58
- | 0.0586 | 4.0 | 1760 | 0.0743 | 53.8876 | 18.6354 |
 
 
59
 
60
 
61
  ### Framework versions
 
19
 
20
  This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.0593
23
+ - Bleu: 54.7416
24
+ - Gen Len: 18.7292
25
 
26
  ## Model description
27
 
 
46
  - seed: 42
47
  - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
48
  - lr_scheduler_type: linear
49
+ - num_epochs: 6
50
 
51
  ### Training results
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
54
  |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
55
+ | No log | 1.0 | 440 | 0.0837 | 53.9225 | 18.6042 |
56
+ | 0.0369 | 2.0 | 880 | 0.0739 | 54.1449 | 18.6354 |
57
+ | 0.034 | 3.0 | 1320 | 0.0690 | 54.4631 | 18.6562 |
58
+ | 0.0346 | 4.0 | 1760 | 0.0625 | 54.7416 | 18.7292 |
59
+ | 0.0423 | 5.0 | 2200 | 0.0599 | 54.7416 | 18.7292 |
60
+ | 0.0406 | 6.0 | 2640 | 0.0593 | 54.7416 | 18.7292 |
61
 
62
 
63
  ### Framework versions