kabilanp942 commited on
Commit
accc489
1 Parent(s): 6b7e2fb

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: t5-finetuned-amazon-english
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: en
20
+ split: train
21
+ args: en
22
+ metrics:
23
+ - name: Rouge1
24
+ type: rouge
25
+ value: 18.7098
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
+ # t5-finetuned-amazon-english
32
+
33
+ This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the amazon_reviews_multi dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 3.1713
36
+ - Rouge1: 18.7098
37
+ - Rouge2: 9.9019
38
+ - Rougel: 18.2795
39
+ - Rougelsum: 18.2925
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
+ | 3.3583 | 1.0 | 771 | 3.2513 | 16.5417 | 8.9698 | 15.7926 | 15.8127 |
71
+ | 3.1022 | 2.0 | 1542 | 3.2147 | 16.6827 | 9.3524 | 16.1397 | 16.2087 |
72
+ | 3.0067 | 3.0 | 2313 | 3.1718 | 16.6986 | 8.6935 | 16.2053 | 16.1888 |
73
+ | 2.9482 | 4.0 | 3084 | 3.1854 | 18.6103 | 9.4789 | 18.1749 | 18.1577 |
74
+ | 2.8934 | 5.0 | 3855 | 3.1669 | 18.445 | 9.9309 | 17.9841 | 18.0504 |
75
+ | 2.8389 | 6.0 | 4626 | 3.1782 | 18.278 | 9.2814 | 17.8083 | 17.7972 |
76
+ | 2.8174 | 7.0 | 5397 | 3.1709 | 18.0617 | 9.7083 | 17.6292 | 17.6091 |
77
+ | 2.8 | 8.0 | 6168 | 3.1713 | 18.7098 | 9.9019 | 18.2795 | 18.2925 |
78
+
79
+
80
+ ### Framework versions
81
+
82
+ - Transformers 4.21.3
83
+ - Pytorch 1.12.1+cu113
84
+ - Datasets 2.4.0
85
+ - Tokenizers 0.12.1