elliotthwang commited on
Commit
be7f850
1 Parent(s): de2f05f

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +80 -0
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - xlsum
7
+ metrics:
8
+ - rouge
9
+ model-index:
10
+ - name: mt5-small-finetuned-tradition-zh
11
+ results:
12
+ - task:
13
+ name: Sequence-to-sequence Language Modeling
14
+ type: text2text-generation
15
+ dataset:
16
+ name: xlsum
17
+ type: xlsum
18
+ args: chinese_traditional
19
+ metrics:
20
+ - name: Rouge1
21
+ type: rouge
22
+ value: 5.7605
23
+ ---
24
+
25
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
26
+ should probably proofread and complete it, then remove this comment. -->
27
+
28
+ # mt5-small-finetuned-tradition-zh
29
+
30
+ This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on the xlsum dataset.
31
+ It achieves the following results on the evaluation set:
32
+ - Loss: 2.9218
33
+ - Rouge1: 5.7605
34
+ - Rouge2: 1.2779
35
+ - Rougel: 5.7527
36
+ - Rougelsum: 5.7517
37
+
38
+ ## Model description
39
+
40
+ More information needed
41
+
42
+ ## Intended uses & limitations
43
+
44
+ More information needed
45
+
46
+ ## Training and evaluation data
47
+
48
+ More information needed
49
+
50
+ ## Training procedure
51
+
52
+ ### Training hyperparameters
53
+
54
+ The following hyperparameters were used during training:
55
+ - learning_rate: 5.6e-05
56
+ - train_batch_size: 16
57
+ - eval_batch_size: 16
58
+ - seed: 42
59
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
60
+ - lr_scheduler_type: linear
61
+ - num_epochs: 6
62
+
63
+ ### Training results
64
+
65
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
66
+ |:-------------:|:-----:|:-----:|:---------------:|:------:|:------:|:------:|:---------:|
67
+ | 4.542 | 1.0 | 2336 | 3.1979 | 4.8399 | 1.0214 | 4.8134 | 4.8158 |
68
+ | 3.7542 | 2.0 | 4672 | 3.0662 | 5.2183 | 1.1035 | 5.2097 | 5.1999 |
69
+ | 3.5706 | 3.0 | 7008 | 3.0070 | 5.5365 | 1.3477 | 5.5316 | 5.5173 |
70
+ | 3.4668 | 4.0 | 9344 | 2.9537 | 5.5813 | 1.1682 | 5.5661 | 5.5649 |
71
+ | 3.4082 | 5.0 | 11680 | 2.9391 | 5.8047 | 1.3486 | 5.783 | 5.7917 |
72
+ | 3.375 | 6.0 | 14016 | 2.9218 | 5.7605 | 1.2779 | 5.7527 | 5.7517 |
73
+
74
+
75
+ ### Framework versions
76
+
77
+ - Transformers 4.20.1
78
+ - Pytorch 1.11.0+cu113
79
+ - Datasets 2.3.2
80
+ - Tokenizers 0.12.1