e22vvb commited on
Commit
4ddb91c
1 Parent(s): be4244b

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_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_5_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.2299
17
+ - Rouge2 Precision: 0.5924
18
+ - Rouge2 Recall: 0.4008
19
+ - Rouge2 Fmeasure: 0.4493
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.2318 | 1.0 | 1212 | 0.2258 | 0.5422 | 0.3546 | 0.4016 |
51
+ | 0.1515 | 2.0 | 2424 | 0.2190 | 0.5676 | 0.3783 | 0.4251 |
52
+ | 0.1112 | 3.0 | 3636 | 0.2262 | 0.578 | 0.389 | 0.4362 |
53
+ | 0.0951 | 4.0 | 4848 | 0.2304 | 0.5869 | 0.3947 | 0.4431 |
54
+ | 0.088 | 5.0 | 6060 | 0.2299 | 0.5924 | 0.4008 | 0.4493 |
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