e22vvb commited on
Commit
c84c523
1 Parent(s): 4a0e92c

Model save

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