emilstabil commited on
Commit
1cc36aa
1 Parent(s): 47c978e

End of training

Browse files
Files changed (2) hide show
  1. README.md +75 -0
  2. generation_config.json +6 -0
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: google/mt5-base
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - rouge
8
+ model-index:
9
+ - name: mt5-base-finetuned-test_63829_prefix_summarize
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-base-finetuned-test_63829_prefix_summarize
17
+
18
+ This model is a fine-tuned version of [google/mt5-base](https://huggingface.co/google/mt5-base) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 2.3498
21
+ - Rouge1: 11.28
22
+ - Rouge2: 3.5248
23
+ - Rougel: 9.174
24
+ - Rougelsum: 10.6313
25
+ - Gen Len: 19.0
26
+
27
+ ## Model description
28
+
29
+ More information needed
30
+
31
+ ## Intended uses & limitations
32
+
33
+ More information needed
34
+
35
+ ## Training and evaluation data
36
+
37
+ More information needed
38
+
39
+ ## Training procedure
40
+
41
+ ### Training hyperparameters
42
+
43
+ The following hyperparameters were used during training:
44
+ - learning_rate: 2e-05
45
+ - train_batch_size: 2
46
+ - eval_batch_size: 2
47
+ - seed: 42
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: linear
50
+ - num_epochs: 15
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
55
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|:------:|:---------:|:-------:|
56
+ | 7.6624 | 1.25 | 500 | 2.6231 | 7.333 | 2.0471 | 6.2456 | 7.0157 | 14.01 |
57
+ | 3.3306 | 2.5 | 1000 | 2.5079 | 10.5135 | 3.0104 | 8.4645 | 9.8798 | 19.0 |
58
+ | 3.1123 | 3.75 | 1500 | 2.4512 | 10.5261 | 3.3739 | 8.6176 | 9.8711 | 19.0 |
59
+ | 2.9927 | 5.0 | 2000 | 2.4137 | 11.14 | 3.5973 | 9.2204 | 10.407 | 19.0 |
60
+ | 2.8765 | 6.25 | 2500 | 2.4050 | 10.9669 | 3.7633 | 9.1517 | 10.283 | 19.0 |
61
+ | 2.8211 | 7.5 | 3000 | 2.3828 | 11.6779 | 4.181 | 9.8295 | 10.9657 | 19.0 |
62
+ | 2.7589 | 8.75 | 3500 | 2.3756 | 11.6097 | 4.1335 | 9.7619 | 10.8368 | 19.0 |
63
+ | 2.722 | 10.0 | 4000 | 2.3627 | 11.8385 | 4.0634 | 9.6721 | 10.9386 | 19.0 |
64
+ | 2.6781 | 11.25 | 4500 | 2.3611 | 11.3415 | 3.5812 | 9.1328 | 10.6537 | 19.0 |
65
+ | 2.6648 | 12.5 | 5000 | 2.3524 | 11.3808 | 3.6088 | 9.2331 | 10.6316 | 19.0 |
66
+ | 2.6404 | 13.75 | 5500 | 2.3521 | 11.3031 | 3.5165 | 9.1629 | 10.6573 | 19.0 |
67
+ | 2.6397 | 15.0 | 6000 | 2.3498 | 11.28 | 3.5248 | 9.174 | 10.6313 | 19.0 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - Transformers 4.32.1
73
+ - Pytorch 2.1.0
74
+ - Datasets 2.12.0
75
+ - Tokenizers 0.13.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.32.1"
6
+ }