Calam1 commited on
Commit
cfccd92
1 Parent(s): 64d83e9

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -17,9 +17,9 @@ should probably proofread and complete it, then remove this comment. -->
17
  This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the wikisql dataset.
18
  It achieves the following results on the evaluation set:
19
  - Loss: 0.1246
20
- - Rouge2 Precision: 0.8183
21
- - Rouge2 Recall: 0.726
22
- - Rouge2 Fmeasure: 0.7622
23
 
24
  ## Model description
25
 
@@ -51,10 +51,10 @@ The following hyperparameters were used during training:
51
  | Training Loss | Epoch | Step | Validation Loss | Rouge2 Precision | Rouge2 Recall | Rouge2 Fmeasure |
52
  |:-------------:|:-----:|:-----:|:---------------:|:----------------:|:-------------:|:---------------:|
53
  | 0.1953 | 1.0 | 4049 | 0.1574 | 0.7939 | 0.7035 | 0.739 |
54
- | 0.1644 | 2.0 | 8098 | 0.1375 | 0.8082 | 0.7167 | 0.7526 |
55
- | 0.1517 | 3.0 | 12147 | 0.1296 | 0.8141 | 0.7221 | 0.7583 |
56
- | 0.146 | 4.0 | 16196 | 0.1256 | 0.8171 | 0.7252 | 0.7613 |
57
- | 0.1413 | 5.0 | 20245 | 0.1246 | 0.8183 | 0.726 | 0.7622 |
58
 
59
 
60
  ### Framework versions
 
17
  This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the wikisql dataset.
18
  It achieves the following results on the evaluation set:
19
  - Loss: 0.1246
20
+ - Rouge2 Precision: 0.8182
21
+ - Rouge2 Recall: 0.7261
22
+ - Rouge2 Fmeasure: 0.7623
23
 
24
  ## Model description
25
 
 
51
  | Training Loss | Epoch | Step | Validation Loss | Rouge2 Precision | Rouge2 Recall | Rouge2 Fmeasure |
52
  |:-------------:|:-----:|:-----:|:---------------:|:----------------:|:-------------:|:---------------:|
53
  | 0.1953 | 1.0 | 4049 | 0.1574 | 0.7939 | 0.7035 | 0.739 |
54
+ | 0.1644 | 2.0 | 8098 | 0.1375 | 0.8082 | 0.7167 | 0.7527 |
55
+ | 0.1517 | 3.0 | 12147 | 0.1296 | 0.8141 | 0.7223 | 0.7584 |
56
+ | 0.146 | 4.0 | 16196 | 0.1256 | 0.817 | 0.7253 | 0.7613 |
57
+ | 0.1413 | 5.0 | 20245 | 0.1246 | 0.8182 | 0.7261 | 0.7623 |
58
 
59
 
60
  ### Framework versions