mamMartin commited on
Commit
50737a4
·
1 Parent(s): 400a387

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
+ - amazon_reviews_multi
8
+ metrics:
9
+ - rouge
10
+ model-index:
11
+ - name: mt5-small-finetuned-amazon-es
12
+ results:
13
+ - task:
14
+ name: Sequence-to-sequence Language Modeling
15
+ type: text2text-generation
16
+ dataset:
17
+ name: amazon_reviews_multi
18
+ type: amazon_reviews_multi
19
+ config: es
20
+ split: validation
21
+ args: es
22
+ metrics:
23
+ - name: Rouge1
24
+ type: rouge
25
+ value: 12.5959
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-amazon-es
32
+
33
+ This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on the amazon_reviews_multi dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 2.8877
36
+ - Rouge1: 12.5959
37
+ - Rouge2: 6.541
38
+ - Rougel: 12.4351
39
+ - Rougelsum: 12.2872
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
+ | 10.7598 | 1.0 | 439 | 3.3647 | 6.8015 | 1.522 | 6.7566 | 6.6935 |
71
+ | 4.6043 | 2.0 | 878 | 3.0154 | 13.0236 | 4.258 | 12.8286 | 12.8619 |
72
+ | 4.0593 | 3.0 | 1317 | 2.9726 | 12.6059 | 5.7546 | 12.2192 | 12.2128 |
73
+ | 3.82 | 4.0 | 1756 | 2.9247 | 14.4714 | 5.7779 | 14.1695 | 14.1091 |
74
+ | 3.6676 | 5.0 | 2195 | 2.9124 | 13.3845 | 6.7018 | 13.2512 | 13.1154 |
75
+ | 3.5678 | 6.0 | 2634 | 2.8913 | 12.9049 | 6.2959 | 12.7556 | 12.6255 |
76
+ | 3.4971 | 7.0 | 3073 | 2.8911 | 12.7622 | 6.5549 | 12.631 | 12.4987 |
77
+ | 3.4737 | 8.0 | 3512 | 2.8877 | 12.5959 | 6.541 | 12.4351 | 12.2872 |
78
+
79
+
80
+ ### Framework versions
81
+
82
+ - Transformers 4.30.2
83
+ - Pytorch 2.0.1+cpu
84
+ - Datasets 2.14.5
85
+ - Tokenizers 0.13.3