e22vvb commited on
Commit
b2c6c1e
1 Parent(s): d1cb817

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +67 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: ALL_mt5-base_10_spider_15_wikiSQL_new
6
+ results: []
7
+ ---
8
+
9
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
10
+ should probably proofread and complete it, then remove this comment. -->
11
+
12
+ # ALL_mt5-base_10_spider_15_wikiSQL_new
13
+
14
+ This model was trained from scratch on an unknown dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - Loss: 0.2575
17
+ - Rouge2 Precision: 0.6182
18
+ - Rouge2 Recall: 0.4218
19
+ - Rouge2 Fmeasure: 0.4725
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 5e-05
39
+ - train_batch_size: 19
40
+ - eval_batch_size: 16
41
+ - seed: 42
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: linear
44
+ - num_epochs: 10
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss | Rouge2 Precision | Rouge2 Recall | Rouge2 Fmeasure |
49
+ |:-------------:|:-----:|:-----:|:---------------:|:----------------:|:-------------:|:---------------:|
50
+ | 0.2255 | 1.0 | 1021 | 0.2284 | 0.5416 | 0.3565 | 0.4021 |
51
+ | 0.1417 | 2.0 | 2042 | 0.2184 | 0.5668 | 0.3778 | 0.4244 |
52
+ | 0.1087 | 3.0 | 3063 | 0.2238 | 0.5823 | 0.3944 | 0.4421 |
53
+ | 0.0884 | 4.0 | 4084 | 0.2273 | 0.6072 | 0.4136 | 0.4634 |
54
+ | 0.0769 | 5.0 | 5105 | 0.2393 | 0.5998 | 0.4047 | 0.4542 |
55
+ | 0.0666 | 6.0 | 6126 | 0.2399 | 0.6073 | 0.4128 | 0.4625 |
56
+ | 0.0592 | 7.0 | 7147 | 0.2474 | 0.6081 | 0.4128 | 0.4626 |
57
+ | 0.0551 | 8.0 | 8168 | 0.2530 | 0.6145 | 0.4181 | 0.4685 |
58
+ | 0.0517 | 9.0 | 9189 | 0.2527 | 0.6168 | 0.4203 | 0.4708 |
59
+ | 0.0507 | 10.0 | 10210 | 0.2575 | 0.6182 | 0.4218 | 0.4725 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.26.1
65
+ - Pytorch 2.0.1+cu117
66
+ - Datasets 2.14.7.dev0
67
+ - Tokenizers 0.13.3