Skier8402 commited on
Commit
63acdfe
1 Parent(s): 7837ce5

Training complete

Browse files
Files changed (2) hide show
  1. README.md +73 -0
  2. generation_config.json +6 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: google/mt5-small
4
+ tags:
5
+ - summarization
6
+ - generated_from_trainer
7
+ metrics:
8
+ - rouge
9
+ model-index:
10
+ - name: mt5-small-finetuned-cnndailymail-en
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # mt5-small-finetuned-cnndailymail-en
18
+
19
+ This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 1.9001
22
+ - Rouge1: 0.2945
23
+ - Rouge2: 0.1496
24
+ - Rougel: 0.2717
25
+ - Rougelsum: 0.2755
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: 5.6e-05
45
+ - train_batch_size: 16
46
+ - eval_batch_size: 16
47
+ - seed: 42
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: linear
50
+ - num_epochs: 10
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
55
+ |:-------------:|:-----:|:-----:|:---------------:|:------:|:------:|:------:|:---------:|
56
+ | 3.108 | 1.0 | 6250 | 2.1633 | 0.2817 | 0.1398 | 0.2595 | 0.2633 |
57
+ | 2.3974 | 2.0 | 12500 | 2.0337 | 0.2894 | 0.1451 | 0.2671 | 0.2709 |
58
+ | 2.2688 | 3.0 | 18750 | 1.9802 | 0.2906 | 0.1454 | 0.2682 | 0.2720 |
59
+ | 2.1937 | 4.0 | 25000 | 1.9602 | 0.2899 | 0.1451 | 0.2674 | 0.2711 |
60
+ | 2.1403 | 5.0 | 31250 | 1.9341 | 0.2882 | 0.1442 | 0.2663 | 0.2702 |
61
+ | 2.1005 | 6.0 | 37500 | 1.9161 | 0.2931 | 0.1477 | 0.2705 | 0.2743 |
62
+ | 2.071 | 7.0 | 43750 | 1.9145 | 0.2929 | 0.1487 | 0.2706 | 0.2745 |
63
+ | 2.0476 | 8.0 | 50000 | 1.9088 | 0.2940 | 0.1495 | 0.2715 | 0.2752 |
64
+ | 2.0323 | 9.0 | 56250 | 1.9074 | 0.2943 | 0.1497 | 0.2717 | 0.2755 |
65
+ | 2.0203 | 10.0 | 62500 | 1.9001 | 0.2945 | 0.1496 | 0.2717 | 0.2755 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.38.1
71
+ - Pytorch 2.1.1+cu121
72
+ - Datasets 2.17.1
73
+ - Tokenizers 0.15.2
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.38.1"
6
+ }