Kevincp560 commited on
Commit
5bf91d0
1 Parent(s): 1566538

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +79 -0
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - pub_med_summarization_dataset
6
+ metrics:
7
+ - rouge
8
+ model-index:
9
+ - name: pegasus-cnn_dailymail-finetuned-pubmed
10
+ results:
11
+ - task:
12
+ name: Sequence-to-sequence Language Modeling
13
+ type: text2text-generation
14
+ dataset:
15
+ name: pub_med_summarization_dataset
16
+ type: pub_med_summarization_dataset
17
+ args: document
18
+ metrics:
19
+ - name: Rouge1
20
+ type: rouge
21
+ value: 37.2569
22
+ ---
23
+
24
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
25
+ should probably proofread and complete it, then remove this comment. -->
26
+
27
+ # pegasus-cnn_dailymail-finetuned-pubmed
28
+
29
+ This model is a fine-tuned version of [google/pegasus-cnn_dailymail](https://huggingface.co/google/pegasus-cnn_dailymail) on the pub_med_summarization_dataset dataset.
30
+ It achieves the following results on the evaluation set:
31
+ - Loss: 1.8050
32
+ - Rouge1: 37.2569
33
+ - Rouge2: 15.8205
34
+ - Rougel: 24.1969
35
+ - Rougelsum: 34.0331
36
+ - Gen Len: 125.892
37
+
38
+ ## Model description
39
+
40
+ More information needed
41
+
42
+ ## Intended uses & limitations
43
+
44
+ More information needed
45
+
46
+ ## Training and evaluation data
47
+
48
+ More information needed
49
+
50
+ ## Training procedure
51
+
52
+ ### Training hyperparameters
53
+
54
+ The following hyperparameters were used during training:
55
+ - learning_rate: 2e-05
56
+ - train_batch_size: 2
57
+ - eval_batch_size: 2
58
+ - seed: 42
59
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
60
+ - lr_scheduler_type: linear
61
+ - num_epochs: 5
62
+
63
+ ### Training results
64
+
65
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
66
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|
67
+ | 2.2449 | 1.0 | 1000 | 1.8942 | 36.4494 | 14.9948 | 23.8279 | 33.3081 | 124.482 |
68
+ | 2.0803 | 2.0 | 2000 | 1.8440 | 36.998 | 15.4992 | 24.091 | 33.6614 | 125.678 |
69
+ | 2.0166 | 3.0 | 3000 | 1.8176 | 37.4703 | 16.0358 | 24.5735 | 34.1789 | 125.094 |
70
+ | 1.9911 | 4.0 | 4000 | 1.8055 | 37.1338 | 15.7921 | 24.1412 | 33.8293 | 125.874 |
71
+ | 1.9419 | 5.0 | 5000 | 1.8050 | 37.2569 | 15.8205 | 24.1969 | 34.0331 | 125.892 |
72
+
73
+
74
+ ### Framework versions
75
+
76
+ - Transformers 4.17.0
77
+ - Pytorch 1.9.1
78
+ - Datasets 1.18.4
79
+ - Tokenizers 0.11.6