peterhsu commited on
Commit
e8ac447
1 Parent(s): 2a76b7f

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - summarization
5
+ - generated_from_trainer
6
+ metrics:
7
+ - rouge
8
+ model-index:
9
+ - name: mt5-small-finetuned-amazon-en-zh_TW
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-finetuned-amazon-en-zh_TW
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: 3.2408
21
+ - Rouge1: 15.8831
22
+ - Rouge2: 7.1676
23
+ - Rougel: 15.5523
24
+ - Rougelsum: 15.4954
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: 7
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
54
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|:-------:|:---------:|
55
+ | 7.5388 | 1.0 | 838 | 3.5888 | 12.6081 | 5.3611 | 12.3495 | 12.2926 |
56
+ | 4.0043 | 2.0 | 1676 | 3.4038 | 13.8517 | 6.3417 | 13.4755 | 13.4913 |
57
+ | 3.6776 | 3.0 | 2514 | 3.3294 | 15.1519 | 7.3842 | 14.8844 | 14.8458 |
58
+ | 3.4929 | 4.0 | 3352 | 3.2668 | 15.6067 | 7.4016 | 15.3715 | 15.2908 |
59
+ | 3.387 | 5.0 | 4190 | 3.2855 | 15.0546 | 7.3065 | 14.8271 | 14.7755 |
60
+ | 3.302 | 6.0 | 5028 | 3.2457 | 15.0213 | 6.6597 | 14.6131 | 14.5641 |
61
+ | 3.2806 | 7.0 | 5866 | 3.2408 | 15.8831 | 7.1676 | 15.5523 | 15.4954 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.17.0
67
+ - Pytorch 1.10.0+cu111
68
+ - Datasets 1.18.4
69
+ - Tokenizers 0.11.6