ZhiguangHan commited on
Commit
a3aa6e6
1 Parent(s): ecd5a53

End of training

Browse files
Files changed (2) hide show
  1. README.md +70 -0
  2. generation_config.json +6 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: google/mt5-small
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - rouge
8
+ model-index:
9
+ - name: mt5-small-dataset3
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # mt5-small-dataset3
17
+
18
+ This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 1.4341
21
+ - Rouge1: 0.5489
22
+ - Rouge2: 0.2033
23
+ - Rougel: 0.5208
24
+ - Rougelsum: 0.5212
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: 5.6e-05
44
+ - train_batch_size: 8
45
+ - eval_batch_size: 8
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 8
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
54
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
55
+ | 4.1512 | 1.0 | 500 | 2.0642 | 0.503 | 0.172 | 0.4893 | 0.4899 |
56
+ | 2.1206 | 2.0 | 1000 | 1.7535 | 0.5288 | 0.1861 | 0.5137 | 0.5143 |
57
+ | 1.8841 | 3.0 | 1500 | 1.6171 | 0.5293 | 0.1798 | 0.5069 | 0.5072 |
58
+ | 1.7527 | 4.0 | 2000 | 1.5333 | 0.5335 | 0.1837 | 0.5069 | 0.507 |
59
+ | 1.6573 | 5.0 | 2500 | 1.4857 | 0.5444 | 0.1941 | 0.5165 | 0.5163 |
60
+ | 1.6073 | 6.0 | 3000 | 1.4628 | 0.5405 | 0.197 | 0.5133 | 0.5136 |
61
+ | 1.5703 | 7.0 | 3500 | 1.4368 | 0.5519 | 0.2097 | 0.5267 | 0.5271 |
62
+ | 1.5415 | 8.0 | 4000 | 1.4341 | 0.5489 | 0.2033 | 0.5208 | 0.5212 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.35.2
68
+ - Pytorch 2.1.0+cu118
69
+ - Datasets 2.15.0
70
+ - Tokenizers 0.15.0
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.35.2"
6
+ }