santiviquez commited on
Commit
3efb79a
1 Parent(s): 666bd1f

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +78 -0
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - summarization
5
+ - generated_from_trainer
6
+ datasets:
7
+ - samsum
8
+ metrics:
9
+ - rouge
10
+ model-index:
11
+ - name: bart-base-finetuned-samsum-en
12
+ results:
13
+ - task:
14
+ name: Sequence-to-sequence Language Modeling
15
+ type: text2text-generation
16
+ dataset:
17
+ name: samsum
18
+ type: samsum
19
+ args: samsum
20
+ metrics:
21
+ - name: Rouge1
22
+ type: rouge
23
+ value: 46.8825
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-samsum-en
30
+
31
+ This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on the samsum dataset.
32
+ It achieves the following results on the evaluation set:
33
+ - Loss: 2.3676
34
+ - Rouge1: 46.8825
35
+ - Rouge2: 22.0923
36
+ - Rougel: 39.7249
37
+ - Rougelsum: 42.9187
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: 10
58
+ - eval_batch_size: 10
59
+ - seed: 42
60
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
+ - lr_scheduler_type: linear
62
+ - num_epochs: 3
63
+
64
+ ### Training results
65
+
66
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
67
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|
68
+ | 0.5172 | 1.0 | 300 | 2.1613 | 47.4152 | 22.8106 | 39.93 | 43.3639 |
69
+ | 0.3627 | 2.0 | 600 | 2.2771 | 47.2676 | 22.6325 | 40.1345 | 43.19 |
70
+ | 0.2466 | 3.0 | 900 | 2.3676 | 46.8825 | 22.0923 | 39.7249 | 42.9187 |
71
+
72
+
73
+ ### Framework versions
74
+
75
+ - Transformers 4.19.2
76
+ - Pytorch 1.11.0+cu113
77
+ - Datasets 2.2.2
78
+ - Tokenizers 0.12.1