mousaazari commited on
Commit
138cab8
·
1 Parent(s): 75c8cda

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +78 -0
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: t5-text2sql_v1
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # t5-text2sql_v1
14
+
15
+ This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.2037
18
+ - Rouge2 Precision: 0.8622
19
+ - Rouge2 Recall: 0.3895
20
+ - Rouge2 Fmeasure: 0.5158
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 5e-05
40
+ - train_batch_size: 8
41
+ - eval_batch_size: 8
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - num_epochs: 20
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss | Rouge2 Precision | Rouge2 Recall | Rouge2 Fmeasure |
50
+ |:-------------:|:-----:|:----:|:---------------:|:----------------:|:-------------:|:---------------:|
51
+ | No log | 1.0 | 11 | 1.0411 | 0.1107 | 0.0324 | 0.0483 |
52
+ | No log | 2.0 | 22 | 0.7306 | 0.3176 | 0.132 | 0.1803 |
53
+ | No log | 3.0 | 33 | 0.5673 | 0.5279 | 0.243 | 0.3215 |
54
+ | No log | 4.0 | 44 | 0.4535 | 0.7171 | 0.3205 | 0.4264 |
55
+ | No log | 5.0 | 55 | 0.3911 | 0.7334 | 0.3252 | 0.4335 |
56
+ | No log | 6.0 | 66 | 0.3657 | 0.7668 | 0.3432 | 0.4565 |
57
+ | No log | 7.0 | 77 | 0.3265 | 0.7596 | 0.333 | 0.4445 |
58
+ | No log | 8.0 | 88 | 0.2986 | 0.8095 | 0.3576 | 0.477 |
59
+ | No log | 9.0 | 99 | 0.2798 | 0.805 | 0.3624 | 0.4818 |
60
+ | No log | 10.0 | 110 | 0.2619 | 0.8206 | 0.3663 | 0.4879 |
61
+ | No log | 11.0 | 121 | 0.2454 | 0.8194 | 0.3663 | 0.4878 |
62
+ | No log | 12.0 | 132 | 0.2379 | 0.8274 | 0.3706 | 0.493 |
63
+ | No log | 13.0 | 143 | 0.2292 | 0.8359 | 0.3768 | 0.5008 |
64
+ | No log | 14.0 | 154 | 0.2241 | 0.8707 | 0.3994 | 0.5261 |
65
+ | No log | 15.0 | 165 | 0.2208 | 0.8618 | 0.3882 | 0.5142 |
66
+ | No log | 16.0 | 176 | 0.2150 | 0.8618 | 0.3882 | 0.5142 |
67
+ | No log | 17.0 | 187 | 0.2099 | 0.8618 | 0.3882 | 0.5142 |
68
+ | No log | 18.0 | 198 | 0.2068 | 0.8622 | 0.3895 | 0.5158 |
69
+ | No log | 19.0 | 209 | 0.2042 | 0.8622 | 0.3895 | 0.5158 |
70
+ | No log | 20.0 | 220 | 0.2037 | 0.8622 | 0.3895 | 0.5158 |
71
+
72
+
73
+ ### Framework versions
74
+
75
+ - Transformers 4.21.1
76
+ - Pytorch 1.12.1+cu113
77
+ - Datasets 2.4.0
78
+ - Tokenizers 0.12.1