e22vvb commited on
Commit
3c0e3f8
1 Parent(s): 11b2f07

Model save

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