e22vvb commited on
Commit
71d6da8
1 Parent(s): f7dbf5b

Model save

Browse files
Files changed (2) hide show
  1. README.md +72 -0
  2. generation_config.json +6 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: ALL_manual_mt5-base_15_spider_no_sch_15_wikiSQL_no_sch
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_manual_mt5-base_15_spider_no_sch_15_wikiSQL_no_sch
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.0276
17
+ - Rouge2 Precision: 0.8193
18
+ - Rouge2 Recall: 0.5491
19
+ - Rouge2 Fmeasure: 0.6245
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: 15
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: 15
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss | Rouge2 Precision | Rouge2 Recall | Rouge2 Fmeasure |
49
+ |:-------------:|:-----:|:-----:|:---------------:|:----------------:|:-------------:|:---------------:|
50
+ | 0.3496 | 1.0 | 1293 | 0.2017 | 0.4711 | 0.3028 | 0.3466 |
51
+ | 0.2041 | 2.0 | 2586 | 0.1328 | 0.5656 | 0.3798 | 0.4292 |
52
+ | 0.1637 | 3.0 | 3879 | 0.0987 | 0.6111 | 0.4058 | 0.4602 |
53
+ | 0.1294 | 4.0 | 5172 | 0.0791 | 0.6546 | 0.4366 | 0.4953 |
54
+ | 0.1124 | 5.0 | 6465 | 0.0658 | 0.6947 | 0.4679 | 0.53 |
55
+ | 0.0968 | 6.0 | 7758 | 0.0563 | 0.7264 | 0.4901 | 0.5555 |
56
+ | 0.084 | 7.0 | 9051 | 0.0480 | 0.7492 | 0.5063 | 0.5737 |
57
+ | 0.0782 | 8.0 | 10344 | 0.0428 | 0.7561 | 0.5075 | 0.5768 |
58
+ | 0.0701 | 9.0 | 11637 | 0.0379 | 0.7758 | 0.522 | 0.5928 |
59
+ | 0.0669 | 10.0 | 12930 | 0.0350 | 0.7904 | 0.5316 | 0.6039 |
60
+ | 0.0623 | 11.0 | 14223 | 0.0318 | 0.8102 | 0.5432 | 0.6175 |
61
+ | 0.059 | 12.0 | 15516 | 0.0299 | 0.8047 | 0.5413 | 0.615 |
62
+ | 0.0562 | 13.0 | 16809 | 0.0286 | 0.8149 | 0.546 | 0.6214 |
63
+ | 0.0548 | 14.0 | 18102 | 0.0279 | 0.8167 | 0.5478 | 0.6229 |
64
+ | 0.0538 | 15.0 | 19395 | 0.0276 | 0.8193 | 0.5491 | 0.6245 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.38.2
70
+ - Pytorch 2.2.0
71
+ - Datasets 2.16.1
72
+ - Tokenizers 0.15.1
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "decoder_start_token_id": 0,
3
+ "eos_token_id": 1,
4
+ "pad_token_id": 0,
5
+ "transformers_version": "4.38.2"
6
+ }