grenmon commited on
Commit
2294e95
1 Parent(s): dd90704

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +67 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - summarization
5
+ - generated_from_trainer
6
+ metrics:
7
+ - rouge
8
+ model-index:
9
+ - name: bart-base-finetuned-summarization
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # bart-base-finetuned-summarization
17
+
18
+ This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 1.2885
21
+ - Rouge1: 31.8585
22
+ - Rouge2: 20.7559
23
+ - Rougel: 28.879
24
+ - Rougelsum: 29.6017
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 5.6e-05
44
+ - train_batch_size: 1
45
+ - eval_batch_size: 1
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 5
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
54
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|
55
+ | 1.8516 | 1.0 | 308 | 1.3028 | 29.4331 | 19.2619 | 27.1598 | 28.1099 |
56
+ | 1.2211 | 2.0 | 616 | 1.2506 | 30.2583 | 19.7126 | 28.1328 | 28.9654 |
57
+ | 0.911 | 3.0 | 924 | 1.2316 | 29.3854 | 18.6132 | 27.3488 | 28.2225 |
58
+ | 0.6824 | 4.0 | 1232 | 1.2583 | 32.0664 | 22.0751 | 29.521 | 30.5109 |
59
+ | 0.542 | 5.0 | 1540 | 1.2885 | 31.8585 | 20.7559 | 28.879 | 29.6017 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.28.0
65
+ - Pytorch 2.0.0+cu118
66
+ - Datasets 2.12.0
67
+ - Tokenizers 0.13.3