Anukul1 commited on
Commit
db1b000
·
verified ·
1 Parent(s): 9172215

Model save

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -19,16 +19,16 @@ should probably proofread and complete it, then remove this comment. -->
19
  This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the wikisql dataset.
20
  It achieves the following results on the evaluation set:
21
  - Loss: 0.1247
22
- - Model Preparation Time: 0.0028
23
  - Rouge1 Precision: 0.873
24
  - Rouge1 Recall: 0.873
25
  - Rouge1 Fmeasure: 0.873
26
  - Rouge2 Precision: 0.7718
27
  - Rouge2 Recall: 0.7718
28
  - Rouge2 Fmeasure: 0.7718
29
- - Rougel Precision: 0.8599
30
- - Rougel Recall: 0.8599
31
- - Rougel Fmeasure: 0.8599
32
 
33
  ## Model description
34
 
@@ -59,11 +59,11 @@ The following hyperparameters were used during training:
59
 
60
  | Training Loss | Epoch | Step | Validation Loss | Model Preparation Time | Rouge1 Precision | Rouge1 Recall | Rouge1 Fmeasure | Rouge2 Precision | Rouge2 Recall | Rouge2 Fmeasure | Rougel Precision | Rougel Recall | Rougel Fmeasure |
61
  |:-------------:|:-----:|:-----:|:---------------:|:----------------------:|:----------------:|:-------------:|:---------------:|:----------------:|:-------------:|:---------------:|:----------------:|:-------------:|:---------------:|
62
- | 0.1942 | 1.0 | 4049 | 0.1561 | 0.0028 | 0.863 | 0.863 | 0.863 | 0.7471 | 0.7471 | 0.7471 | 0.847 | 0.847 | 0.847 |
63
- | 0.1646 | 2.0 | 8098 | 0.1373 | 0.0028 | 0.8698 | 0.8698 | 0.8698 | 0.763 | 0.763 | 0.763 | 0.8554 | 0.8554 | 0.8554 |
64
- | 0.147 | 3.0 | 12147 | 0.1297 | 0.0028 | 0.8723 | 0.8723 | 0.8723 | 0.7684 | 0.7684 | 0.7684 | 0.8587 | 0.8587 | 0.8587 |
65
- | 0.1412 | 4.0 | 16196 | 0.1256 | 0.0028 | 0.8725 | 0.8725 | 0.8725 | 0.7712 | 0.7712 | 0.7712 | 0.8594 | 0.8594 | 0.8594 |
66
- | 0.14 | 5.0 | 20245 | 0.1247 | 0.0028 | 0.873 | 0.873 | 0.873 | 0.7718 | 0.7718 | 0.7718 | 0.8599 | 0.8599 | 0.8599 |
67
 
68
 
69
  ### Framework versions
 
19
  This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the wikisql dataset.
20
  It achieves the following results on the evaluation set:
21
  - Loss: 0.1247
22
+ - Model Preparation Time: 0.0049
23
  - Rouge1 Precision: 0.873
24
  - Rouge1 Recall: 0.873
25
  - Rouge1 Fmeasure: 0.873
26
  - Rouge2 Precision: 0.7718
27
  - Rouge2 Recall: 0.7718
28
  - Rouge2 Fmeasure: 0.7718
29
+ - Rougel Precision: 0.86
30
+ - Rougel Recall: 0.86
31
+ - Rougel Fmeasure: 0.86
32
 
33
  ## Model description
34
 
 
59
 
60
  | Training Loss | Epoch | Step | Validation Loss | Model Preparation Time | Rouge1 Precision | Rouge1 Recall | Rouge1 Fmeasure | Rouge2 Precision | Rouge2 Recall | Rouge2 Fmeasure | Rougel Precision | Rougel Recall | Rougel Fmeasure |
61
  |:-------------:|:-----:|:-----:|:---------------:|:----------------------:|:----------------:|:-------------:|:---------------:|:----------------:|:-------------:|:---------------:|:----------------:|:-------------:|:---------------:|
62
+ | 0.1942 | 1.0 | 4049 | 0.1561 | 0.0049 | 0.8629 | 0.8629 | 0.8629 | 0.7471 | 0.7471 | 0.7471 | 0.8471 | 0.8471 | 0.8471 |
63
+ | 0.1646 | 2.0 | 8098 | 0.1373 | 0.0049 | 0.8697 | 0.8697 | 0.8697 | 0.763 | 0.763 | 0.763 | 0.8555 | 0.8555 | 0.8555 |
64
+ | 0.147 | 3.0 | 12147 | 0.1297 | 0.0049 | 0.8723 | 0.8723 | 0.8723 | 0.7684 | 0.7684 | 0.7684 | 0.8588 | 0.8588 | 0.8588 |
65
+ | 0.1412 | 4.0 | 16196 | 0.1256 | 0.0049 | 0.8725 | 0.8725 | 0.8725 | 0.7712 | 0.7712 | 0.7712 | 0.8595 | 0.8595 | 0.8595 |
66
+ | 0.14 | 5.0 | 20245 | 0.1247 | 0.0049 | 0.873 | 0.873 | 0.873 | 0.7718 | 0.7718 | 0.7718 | 0.86 | 0.86 | 0.86 |
67
 
68
 
69
  ### Framework versions