theojolliffe commited on
Commit
58d2dfa
1 Parent(s): 96b6db0

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +76 -0
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - scientific_papers
6
+ metrics:
7
+ - rouge
8
+ model-index:
9
+ - name: distill-pegasus-cnn-16-4-finetuned-arxiv
10
+ results:
11
+ - task:
12
+ name: Sequence-to-sequence Language Modeling
13
+ type: text2text-generation
14
+ dataset:
15
+ name: scientific_papers
16
+ type: scientific_papers
17
+ args: arxiv
18
+ metrics:
19
+ - name: Rouge1
20
+ type: rouge
21
+ value: 31.2728
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
+ # distill-pegasus-cnn-16-4-finetuned-arxiv
28
+
29
+ This model is a fine-tuned version of [sshleifer/distill-pegasus-cnn-16-4](https://huggingface.co/sshleifer/distill-pegasus-cnn-16-4) on the scientific_papers dataset.
30
+ It achieves the following results on the evaluation set:
31
+ - Loss: 3.2938
32
+ - Rouge1: 31.2728
33
+ - Rouge2: 10.8703
34
+ - Rougel: 20.7479
35
+ - Rougelsum: 27.6892
36
+ - Gen Len: 98.7916
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: 1
57
+ - eval_batch_size: 1
58
+ - seed: 42
59
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
60
+ - lr_scheduler_type: linear
61
+ - num_epochs: 1
62
+ - mixed_precision_training: Native AMP
63
+
64
+ ### Training results
65
+
66
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
67
+ |:-------------:|:-----:|:-----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|
68
+ | 3.6506 | 1.0 | 12690 | 3.2938 | 31.2728 | 10.8703 | 20.7479 | 27.6892 | 98.7916 |
69
+
70
+
71
+ ### Framework versions
72
+
73
+ - Transformers 4.18.0
74
+ - Pytorch 1.11.0+cu113
75
+ - Datasets 2.1.0
76
+ - Tokenizers 0.12.1