vishalghor commited on
Commit
ffb87ed
1 Parent(s): fb88229

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -10
README.md CHANGED
@@ -16,9 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.1931
20
- - Bleu: 41.8507
21
- - Gen Len: 16.5973
22
 
23
  ## Model description
24
 
@@ -43,22 +43,19 @@ The following hyperparameters were used during training:
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
- - num_epochs: 5
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
51
  |:-------------:|:-----:|:-----:|:---------------:|:-------:|:-------:|
52
- | 0.2649 | 1.0 | 8097 | 0.2251 | 39.6277 | 16.6655 |
53
- | 0.2387 | 2.0 | 16194 | 0.2063 | 40.9063 | 16.6415 |
54
- | 0.2217 | 3.0 | 24291 | 0.1982 | 41.5796 | 16.6779 |
55
- | 0.2213 | 4.0 | 32388 | 0.1940 | 41.7012 | 16.5994 |
56
- | 0.2111 | 5.0 | 40485 | 0.1931 | 41.8507 | 16.5973 |
57
 
58
 
59
  ### Framework versions
60
 
61
- - Transformers 4.26.1
62
  - Pytorch 1.13.1+cu116
63
  - Datasets 2.9.0
64
  - Tokenizers 0.13.2
 
16
 
17
  This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.2194
20
+ - Bleu: 40.1315
21
+ - Gen Len: 16.7069
22
 
23
  ## Model description
24
 
 
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
+ - num_epochs: 2
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
51
  |:-------------:|:-----:|:-----:|:---------------:|:-------:|:-------:|
52
+ | 0.2713 | 1.0 | 8097 | 0.2303 | 39.3173 | 16.7176 |
53
+ | 0.2549 | 2.0 | 16194 | 0.2194 | 40.1315 | 16.7069 |
 
 
 
54
 
55
 
56
  ### Framework versions
57
 
58
+ - Transformers 4.27.0.dev0
59
  - Pytorch 1.13.1+cu116
60
  - Datasets 2.9.0
61
  - Tokenizers 0.13.2