ojasviyadav commited on
Commit
98db16a
·
1 Parent(s): 08a9427

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -17
README.md CHANGED
@@ -15,11 +15,6 @@ should probably proofread and complete it, then remove this comment. -->
15
  # t5-small-finetuned-wikisql
16
 
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.1245
20
- - Rouge2 Precision: 0.8188
21
- - Rouge2 Recall: 0.7267
22
- - Rouge2 Fmeasure: 0.7629
23
 
24
  ## Model description
25
 
@@ -39,27 +34,20 @@ More information needed
39
 
40
  The following hyperparameters were used during training:
41
  - learning_rate: 5e-05
42
- - train_batch_size: 16
43
- - eval_batch_size: 16
44
  - seed: 42
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
- - num_epochs: 5
48
 
49
  ### Training results
50
 
51
- | Training Loss | Epoch | Step | Validation Loss | Rouge2 Precision | Rouge2 Recall | Rouge2 Fmeasure |
52
- |:-------------:|:-----:|:-----:|:---------------:|:----------------:|:-------------:|:---------------:|
53
- | 0.1954 | 1.0 | 4049 | 0.1575 | 0.7935 | 0.7033 | 0.7387 |
54
- | 0.1678 | 2.0 | 8098 | 0.1388 | 0.8086 | 0.7171 | 0.7531 |
55
- | 0.1514 | 3.0 | 12147 | 0.1292 | 0.815 | 0.723 | 0.7591 |
56
- | 0.144 | 4.0 | 16196 | 0.1260 | 0.8184 | 0.726 | 0.7624 |
57
- | 0.1414 | 5.0 | 20245 | 0.1245 | 0.8188 | 0.7267 | 0.7629 |
58
 
59
 
60
  ### Framework versions
61
 
62
  - Transformers 4.28.1
63
- - Pytorch 1.10.2+cu113
64
  - Datasets 2.12.0
65
- - Tokenizers 0.13.3
 
15
  # t5-small-finetuned-wikisql
16
 
17
  This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the wikisql dataset.
 
 
 
 
 
18
 
19
  ## Model description
20
 
 
34
 
35
  The following hyperparameters were used during training:
36
  - learning_rate: 5e-05
37
+ - train_batch_size: 32
38
+ - eval_batch_size: 32
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
+ - num_epochs: 1
43
 
44
  ### Training results
45
 
 
 
 
 
 
 
 
46
 
47
 
48
  ### Framework versions
49
 
50
  - Transformers 4.28.1
51
+ - Pytorch 1.13.1+cu117
52
  - Datasets 2.12.0
53
+ - Tokenizers 0.12.1