ZhiguangHan commited on
Commit
6c7ab86
·
1 Parent(s): 45c4e78

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-dataset4
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-dataset4
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.3394
21
+ - Rouge1: 0.5938
22
+ - Rouge2: 0.2553
23
+ - Rougel: 0.5804
24
+ - Rougelsum: 0.5805
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
+ | 3.8629 | 1.0 | 500 | 1.8549 | 0.5237 | 0.1811 | 0.5132 | 0.5127 |
56
+ | 1.9833 | 2.0 | 1000 | 1.6444 | 0.5724 | 0.2251 | 0.5601 | 0.5598 |
57
+ | 1.7817 | 3.0 | 1500 | 1.5207 | 0.5842 | 0.235 | 0.5715 | 0.5713 |
58
+ | 1.665 | 4.0 | 2000 | 1.4507 | 0.5866 | 0.2423 | 0.5728 | 0.5727 |
59
+ | 1.6001 | 5.0 | 2500 | 1.3894 | 0.593 | 0.2542 | 0.579 | 0.5793 |
60
+ | 1.5498 | 6.0 | 3000 | 1.3612 | 0.599 | 0.2563 | 0.5847 | 0.5847 |
61
+ | 1.5175 | 7.0 | 3500 | 1.3456 | 0.5921 | 0.2539 | 0.5786 | 0.5786 |
62
+ | 1.5051 | 8.0 | 4000 | 1.3394 | 0.5938 | 0.2553 | 0.5804 | 0.5805 |
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
+ }