e22vvb commited on
Commit
e5e4ef8
·
verified ·
1 Parent(s): e740b07

Model save

Browse files
Files changed (2) hide show
  1. README.md +78 -0
  2. generation_config.json +6 -0
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: google/mt5-base
5
+ tags:
6
+ - generated_from_trainer
7
+ datasets:
8
+ - wikisql
9
+ model-index:
10
+ - name: mt5_base_EN_sch_wiki
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # mt5_base_EN_sch_wiki
18
+
19
+ This model is a fine-tuned version of [google/mt5-base](https://huggingface.co/google/mt5-base) on the wikisql dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: nan
22
+ - Rouge2 Precision: 0.0165
23
+ - Rouge2 Recall: 0.0087
24
+ - Rouge2 Fmeasure: 0.0111
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 5e-05
44
+ - train_batch_size: 14
45
+ - eval_batch_size: 16
46
+ - seed: 42
47
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 15
50
+ - mixed_precision_training: Native AMP
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Rouge2 Precision | Rouge2 Recall | Rouge2 Fmeasure |
55
+ |:-------------:|:-----:|:-----:|:---------------:|:----------------:|:-------------:|:---------------:|
56
+ | 0.0 | 1.0 | 4627 | nan | 0.0165 | 0.0087 | 0.0111 |
57
+ | 0.0 | 2.0 | 9254 | nan | 0.0165 | 0.0087 | 0.0111 |
58
+ | 0.0 | 3.0 | 13881 | nan | 0.0165 | 0.0087 | 0.0111 |
59
+ | 0.0 | 4.0 | 18508 | nan | 0.0165 | 0.0087 | 0.0111 |
60
+ | 0.0 | 5.0 | 23135 | nan | 0.0165 | 0.0087 | 0.0111 |
61
+ | 0.0 | 6.0 | 27762 | nan | 0.0165 | 0.0087 | 0.0111 |
62
+ | 0.0 | 7.0 | 32389 | nan | 0.0165 | 0.0087 | 0.0111 |
63
+ | 0.0 | 8.0 | 37016 | nan | 0.0165 | 0.0087 | 0.0111 |
64
+ | 0.0 | 9.0 | 41643 | nan | 0.0165 | 0.0087 | 0.0111 |
65
+ | 0.0 | 10.0 | 46270 | nan | 0.0165 | 0.0087 | 0.0111 |
66
+ | 0.0 | 11.0 | 50897 | nan | 0.0165 | 0.0087 | 0.0111 |
67
+ | 0.0 | 12.0 | 55524 | nan | 0.0165 | 0.0087 | 0.0111 |
68
+ | 0.0 | 13.0 | 60151 | nan | 0.0165 | 0.0087 | 0.0111 |
69
+ | 0.0 | 14.0 | 64778 | nan | 0.0165 | 0.0087 | 0.0111 |
70
+ | 0.0 | 15.0 | 69405 | nan | 0.0165 | 0.0087 | 0.0111 |
71
+
72
+
73
+ ### Framework versions
74
+
75
+ - Transformers 4.46.2
76
+ - Pytorch 2.2.2
77
+ - Datasets 2.16.1
78
+ - Tokenizers 0.20.3
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.46.2"
6
+ }