FYP19 commited on
Commit
7165e50
1 Parent(s): 07720cf

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -13
README.md CHANGED
@@ -14,10 +14,10 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  This model is a fine-tuned version of [FYP19/t5-small-finetuned-wikisql](https://huggingface.co/FYP19/t5-small-finetuned-wikisql) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 0.1196
18
- - Rouge2 Precision: 0.6028
19
- - Rouge2 Recall: 0.386
20
- - Rouge2 Fmeasure: 0.4419
21
 
22
  ## Model description
23
 
@@ -37,22 +37,23 @@ More information needed
37
 
38
  The following hyperparameters were used during training:
39
  - learning_rate: 5e-05
40
- - train_batch_size: 16
41
- - eval_batch_size: 16
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
 
45
  - num_epochs: 5
46
 
47
  ### Training results
48
 
49
- | Training Loss | Epoch | Step | Validation Loss | Rouge2 Precision | Rouge2 Recall | Rouge2 Fmeasure |
50
- |:-------------:|:-----:|:----:|:---------------:|:----------------:|:-------------:|:---------------:|
51
- | 0.1554 | 1.0 | 1313 | 0.1346 | 0.5174 | 0.3275 | 0.373 |
52
- | 0.0965 | 2.0 | 2626 | 0.1237 | 0.5887 | 0.3811 | 0.4349 |
53
- | 0.0843 | 3.0 | 3939 | 0.1203 | 0.5985 | 0.3831 | 0.4387 |
54
- | 0.0745 | 4.0 | 5252 | 0.1200 | 0.5999 | 0.3865 | 0.4417 |
55
- | 0.0718 | 5.0 | 6565 | 0.1196 | 0.6028 | 0.386 | 0.4419 |
56
 
57
 
58
  ### Framework versions
 
14
 
15
  This model is a fine-tuned version of [FYP19/t5-small-finetuned-wikisql](https://huggingface.co/FYP19/t5-small-finetuned-wikisql) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 0.0581
18
+ - Rouge2 Precision: 0.6546
19
+ - Rouge2 Recall: 0.4183
20
+ - Rouge2 Fmeasure: 0.4794
21
 
22
  ## Model description
23
 
 
37
 
38
  The following hyperparameters were used during training:
39
  - learning_rate: 5e-05
40
+ - train_batch_size: 4
41
+ - eval_batch_size: 4
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
+ - lr_scheduler_warmup_steps: 500
46
  - num_epochs: 5
47
 
48
  ### Training results
49
 
50
+ | Training Loss | Epoch | Step | Validation Loss | Rouge2 Precision | Rouge2 Recall | Rouge2 Fmeasure |
51
+ |:-------------:|:-----:|:-----:|:---------------:|:----------------:|:-------------:|:---------------:|
52
+ | 0.0446 | 1.0 | 5250 | 0.0595 | 0.5997 | 0.3824 | 0.4385 |
53
+ | 0.0301 | 2.0 | 10500 | 0.0573 | 0.6439 | 0.4169 | 0.476 |
54
+ | 0.0256 | 3.0 | 15750 | 0.0564 | 0.642 | 0.4093 | 0.4695 |
55
+ | 0.0222 | 4.0 | 21000 | 0.0581 | 0.6487 | 0.4165 | 0.4769 |
56
+ | 0.0218 | 5.0 | 26250 | 0.0581 | 0.6546 | 0.4183 | 0.4794 |
57
 
58
 
59
  ### Framework versions