NICFRU commited on
Commit
aefae4d
1 Parent(s): 066f300

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-large-finetuned-amazon-test_2
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: validation
21
+ args: en
22
+ metrics:
23
+ - name: Rouge1
24
+ type: rouge
25
+ value: 15.7824
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-large-finetuned-amazon-test_2
32
+
33
+ This model is a fine-tuned version of [t5-large](https://huggingface.co/t5-large) on the amazon_reviews_multi dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 3.3001
36
+ - Rouge1: 15.7824
37
+ - Rouge2: 5.363
38
+ - Rougel: 15.6395
39
+ - Rougelsum: 15.4975
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
+ | 1.7536 | 1.0 | 1314 | 2.6889 | 15.4715 | 7.1041 | 15.012 | 15.0539 |
71
+ | 1.9856 | 2.0 | 2628 | 2.5947 | 15.5517 | 7.607 | 15.2437 | 15.1322 |
72
+ | 1.7233 | 3.0 | 3942 | 2.7304 | 16.8701 | 7.3701 | 16.6526 | 16.4333 |
73
+ | 1.5162 | 4.0 | 5256 | 2.8605 | 16.278 | 6.2082 | 16.114 | 16.0542 |
74
+ | 1.3537 | 5.0 | 6570 | 2.9747 | 15.8483 | 5.8158 | 15.5124 | 15.4393 |
75
+ | 1.2302 | 6.0 | 7884 | 3.1345 | 15.6894 | 5.516 | 15.5049 | 15.2841 |
76
+ | 1.141 | 7.0 | 9198 | 3.2224 | 15.7304 | 6.131 | 15.7835 | 15.5706 |
77
+ | 1.0733 | 8.0 | 10512 | 3.3001 | 15.7824 | 5.363 | 15.6395 | 15.4975 |
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