teppei727 commited on
Commit
9186635
1 Parent(s): 50cf37d

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: bart-base-finetuned-amazon-onlyen
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
+ args: en
20
+ metrics:
21
+ - name: Rouge1
22
+ type: rouge
23
+ value: 17.2662
24
+ ---
25
+
26
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
27
+ should probably proofread and complete it, then remove this comment. -->
28
+
29
+ # bart-base-finetuned-amazon-onlyen
30
+
31
+ This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on the amazon_reviews_multi dataset.
32
+ It achieves the following results on the evaluation set:
33
+ - Loss: 3.7572
34
+ - Rouge1: 17.2662
35
+ - Rouge2: 8.7425
36
+ - Rougel: 16.5765
37
+ - Rougelsum: 16.6844
38
+
39
+ ## Model description
40
+
41
+ More information needed
42
+
43
+ ## Intended uses & limitations
44
+
45
+ More information needed
46
+
47
+ ## Training and evaluation data
48
+
49
+ More information needed
50
+
51
+ ## Training procedure
52
+
53
+ ### Training hyperparameters
54
+
55
+ The following hyperparameters were used during training:
56
+ - learning_rate: 5.6e-05
57
+ - train_batch_size: 8
58
+ - eval_batch_size: 8
59
+ - seed: 42
60
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
+ - lr_scheduler_type: linear
62
+ - num_epochs: 10
63
+
64
+ ### Training results
65
+
66
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
67
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|
68
+ | 2.9212 | 1.0 | 771 | 2.8034 | 15.381 | 8.5254 | 15.223 | 15.059 |
69
+ | 2.3109 | 2.0 | 1542 | 2.8386 | 19.8947 | 11.0965 | 19.4876 | 19.5366 |
70
+ | 1.8973 | 3.0 | 2313 | 2.9258 | 17.7443 | 8.9232 | 17.311 | 17.1796 |
71
+ | 1.5421 | 4.0 | 3084 | 3.0696 | 17.8204 | 8.8919 | 17.3889 | 17.205 |
72
+ | 1.2391 | 5.0 | 3855 | 3.2609 | 15.9828 | 8.0523 | 15.393 | 15.3808 |
73
+ | 0.9736 | 6.0 | 4626 | 3.4080 | 15.7572 | 8.806 | 15.2435 | 15.3036 |
74
+ | 0.7824 | 7.0 | 5397 | 3.5537 | 18.4389 | 9.5135 | 17.7836 | 17.8758 |
75
+ | 0.6233 | 8.0 | 6168 | 3.6909 | 14.6698 | 6.9584 | 13.9417 | 14.0057 |
76
+ | 0.5086 | 9.0 | 6939 | 3.7357 | 16.9465 | 7.7604 | 16.1993 | 16.2963 |
77
+ | 0.4412 | 10.0 | 7710 | 3.7572 | 17.2662 | 8.7425 | 16.5765 | 16.6844 |
78
+
79
+
80
+ ### Framework versions
81
+
82
+ - Transformers 4.19.2
83
+ - Pytorch 1.11.0+cu113
84
+ - Datasets 2.2.2
85
+ - Tokenizers 0.12.1