e22vvb commited on
Commit
267fdd2
·
verified ·
1 Parent(s): 8dec99c

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_wiki
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_wiki
14
+
15
+ This model was trained from scratch on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: nan
18
+ - Rouge2 Precision: 0.0021
19
+ - Rouge2 Recall: 0.0009
20
+ - Rouge2 Fmeasure: 0.0013
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: 50
41
+ - eval_batch_size: 16
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 | 1296 | nan | 0.0021 | 0.0009 | 0.0013 |
53
+ | 0.0 | 2.0 | 2592 | nan | 0.0021 | 0.0009 | 0.0013 |
54
+ | 0.0 | 3.0 | 3888 | nan | 0.0021 | 0.0009 | 0.0013 |
55
+ | 0.0 | 4.0 | 5184 | nan | 0.0021 | 0.0009 | 0.0013 |
56
+ | 0.0 | 5.0 | 6480 | nan | 0.0021 | 0.0009 | 0.0013 |
57
+ | 0.0 | 6.0 | 7776 | nan | 0.0021 | 0.0009 | 0.0013 |
58
+ | 0.0 | 7.0 | 9072 | nan | 0.0021 | 0.0009 | 0.0013 |
59
+ | 0.0 | 8.0 | 10368 | nan | 0.0021 | 0.0009 | 0.0013 |
60
+ | 0.0 | 9.0 | 11664 | nan | 0.0021 | 0.0009 | 0.0013 |
61
+ | 0.0 | 10.0 | 12960 | nan | 0.0021 | 0.0009 | 0.0013 |
62
+ | 0.0 | 11.0 | 14256 | nan | 0.0021 | 0.0009 | 0.0013 |
63
+ | 0.0 | 12.0 | 15552 | nan | 0.0021 | 0.0009 | 0.0013 |
64
+ | 0.0 | 13.0 | 16848 | nan | 0.0021 | 0.0009 | 0.0013 |
65
+ | 0.0 | 14.0 | 18144 | nan | 0.0021 | 0.0009 | 0.0013 |
66
+ | 0.0 | 15.0 | 19440 | nan | 0.0021 | 0.0009 | 0.0013 |
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
+ }