MocktaiLEngineer commited on
Commit
f2c57ac
1 Parent(s): 7bcefbf

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +85 -0
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - summarization
5
+ - generated_from_trainer
6
+ datasets:
7
+ - samsum
8
+ metrics:
9
+ - rouge
10
+ model-index:
11
+ - name: mt5-small-finetuned-samsum-01
12
+ results:
13
+ - task:
14
+ name: Sequence-to-sequence Language Modeling
15
+ type: text2text-generation
16
+ dataset:
17
+ name: samsum
18
+ type: samsum
19
+ config: samsum
20
+ split: validation
21
+ args: samsum
22
+ metrics:
23
+ - name: Rouge1
24
+ type: rouge
25
+ value: 39.8989
26
+ ---
27
+
28
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
29
+ should probably proofread and complete it, then remove this comment. -->
30
+
31
+ # mt5-small-finetuned-samsum-01
32
+
33
+ This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on the samsum dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 1.8784
36
+ - Rouge1: 39.8989
37
+ - Rouge2: 18.4549
38
+ - Rougel: 34.2186
39
+ - Rougelsum: 37.3438
40
+
41
+ ## Model description
42
+
43
+ More information needed
44
+
45
+ ## Intended uses & limitations
46
+
47
+ More information needed
48
+
49
+ ## Training and evaluation data
50
+
51
+ More information needed
52
+
53
+ ## Training procedure
54
+
55
+ ### Training hyperparameters
56
+
57
+ The following hyperparameters were used during training:
58
+ - learning_rate: 5.6e-05
59
+ - train_batch_size: 8
60
+ - eval_batch_size: 8
61
+ - seed: 42
62
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
63
+ - lr_scheduler_type: linear
64
+ - num_epochs: 8
65
+
66
+ ### Training results
67
+
68
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
69
+ |:-------------:|:-----:|:-----:|:---------------:|:-------:|:-------:|:-------:|:---------:|
70
+ | 4.1361 | 1.0 | 1842 | 2.1341 | 35.9845 | 15.146 | 30.819 | 33.4492 |
71
+ | 2.5514 | 2.0 | 3684 | 2.0119 | 37.8344 | 16.359 | 32.2541 | 35.4021 |
72
+ | 2.3851 | 3.0 | 5526 | 1.9674 | 38.8153 | 17.1048 | 33.2513 | 36.2178 |
73
+ | 2.2878 | 4.0 | 7368 | 1.9211 | 39.0649 | 17.5803 | 33.5863 | 36.4784 |
74
+ | 2.2202 | 5.0 | 9210 | 1.9016 | 39.5536 | 18.199 | 34.1462 | 37.1727 |
75
+ | 2.181 | 6.0 | 11052 | 1.8829 | 39.8724 | 18.1549 | 34.1958 | 37.2659 |
76
+ | 2.153 | 7.0 | 12894 | 1.8821 | 39.871 | 18.4563 | 34.2479 | 37.4525 |
77
+ | 2.138 | 8.0 | 14736 | 1.8784 | 39.8989 | 18.4549 | 34.2186 | 37.3438 |
78
+
79
+
80
+ ### Framework versions
81
+
82
+ - Transformers 4.29.2
83
+ - Pytorch 2.0.1+cu118
84
+ - Datasets 2.12.0
85
+ - Tokenizers 0.13.3