amagzari commited on
Commit
039b3de
1 Parent(s): e75d6dc

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +80 -0
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - samsum
6
+ metrics:
7
+ - rouge
8
+ model-index:
9
+ - name: pegasus-cnn_dailymail-finetuned-samsum-v2
10
+ results:
11
+ - task:
12
+ name: Sequence-to-sequence Language Modeling
13
+ type: text2text-generation
14
+ dataset:
15
+ name: samsum
16
+ type: samsum
17
+ config: samsum
18
+ split: train
19
+ args: samsum
20
+ metrics:
21
+ - name: Rouge1
22
+ type: rouge
23
+ value: 45.3045
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
+ # pegasus-cnn_dailymail-finetuned-samsum-v2
30
+
31
+ This model is a fine-tuned version of [google/pegasus-cnn_dailymail](https://huggingface.co/google/pegasus-cnn_dailymail) on the samsum dataset.
32
+ It achieves the following results on the evaluation set:
33
+ - Loss: 1.5218
34
+ - Rouge1: 45.3045
35
+ - Rouge2: 21.7601
36
+ - Rougel: 35.8643
37
+ - Rougelsum: 41.6595
38
+ - Gen Len: 35.4425
39
+
40
+ ## Model description
41
+
42
+ More information needed
43
+
44
+ ## Intended uses & limitations
45
+
46
+ More information needed
47
+
48
+ ## Training and evaluation data
49
+
50
+ More information needed
51
+
52
+ ## Training procedure
53
+
54
+ ### Training hyperparameters
55
+
56
+ The following hyperparameters were used during training:
57
+ - learning_rate: 2e-05
58
+ - train_batch_size: 4
59
+ - eval_batch_size: 4
60
+ - seed: 42
61
+ - gradient_accumulation_steps: 2
62
+ - total_train_batch_size: 8
63
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
64
+ - lr_scheduler_type: linear
65
+ - num_epochs: 1
66
+ - mixed_precision_training: Native AMP
67
+
68
+ ### Training results
69
+
70
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
71
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|
72
+ | 1.6997 | 1.0 | 1841 | 1.5218 | 45.3045 | 21.7601 | 35.8643 | 41.6595 | 35.4425 |
73
+
74
+
75
+ ### Framework versions
76
+
77
+ - Transformers 4.24.0
78
+ - Pytorch 1.12.1+cu113
79
+ - Datasets 2.7.1
80
+ - Tokenizers 0.13.2