e22vvb commited on
Commit
9ef6dd1
1 Parent(s): 2b81f49

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +62 -0
README.md ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: ALL_mt5-base_5_spider_15_wikiSQL
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_5_spider_15_wikiSQL
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.0535
17
+ - Rouge2 Precision: 0.7644
18
+ - Rouge2 Recall: 0.5113
19
+ - Rouge2 Fmeasure: 0.5798
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: 16
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: 5
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss | Rouge2 Precision | Rouge2 Recall | Rouge2 Fmeasure |
49
+ |:-------------:|:-----:|:----:|:---------------:|:----------------:|:-------------:|:---------------:|
50
+ | 0.4225 | 1.0 | 875 | 0.1196 | 0.6114 | 0.3983 | 0.4541 |
51
+ | 0.1491 | 2.0 | 1750 | 0.0822 | 0.6989 | 0.4688 | 0.5304 |
52
+ | 0.1128 | 3.0 | 2625 | 0.0640 | 0.7302 | 0.4905 | 0.5547 |
53
+ | 0.0972 | 4.0 | 3500 | 0.0560 | 0.7542 | 0.5066 | 0.5733 |
54
+ | 0.0914 | 5.0 | 4375 | 0.0535 | 0.7644 | 0.5113 | 0.5798 |
55
+
56
+
57
+ ### Framework versions
58
+
59
+ - Transformers 4.26.1
60
+ - Pytorch 2.0.1+cu117
61
+ - Datasets 2.14.7.dev0
62
+ - Tokenizers 0.13.3