theojolliffe commited on
Commit
471186f
1 Parent(s): b1c949a

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - rouge
6
+ model-index:
7
+ - name: distill-pegasus-cnn-arxiv-pubmed-v3-e8
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # distill-pegasus-cnn-arxiv-pubmed-v3-e8
15
+
16
+ This model is a fine-tuned version of [theojolliffe/distill-pegasus-cnn-arxiv-pubmed](https://huggingface.co/theojolliffe/distill-pegasus-cnn-arxiv-pubmed) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 1.6844
19
+ - Rouge1: 49.0081
20
+ - Rouge2: 30.6784
21
+ - Rougel: 33.5258
22
+ - Rougelsum: 45.5354
23
+ - Gen Len: 125.6852
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 2e-05
43
+ - train_batch_size: 1
44
+ - eval_batch_size: 1
45
+ - seed: 42
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - num_epochs: 8
49
+ - mixed_precision_training: Native AMP
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
54
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:--------:|
55
+ | 2.7633 | 1.0 | 795 | 2.1211 | 48.9615 | 30.3509 | 33.7359 | 44.508 | 124.7963 |
56
+ | 2.3051 | 2.0 | 1590 | 1.9464 | 48.6806 | 30.452 | 34.2187 | 44.6379 | 124.6296 |
57
+ | 2.2244 | 3.0 | 2385 | 1.8294 | 48.9739 | 30.6717 | 33.605 | 45.0942 | 125.3704 |
58
+ | 2.0733 | 4.0 | 3180 | 1.7769 | 49.0049 | 30.8354 | 33.6965 | 44.8603 | 125.7037 |
59
+ | 1.9759 | 5.0 | 3975 | 1.7192 | 50.3946 | 32.1072 | 34.5453 | 46.4493 | 125.5741 |
60
+ | 1.9478 | 6.0 | 4770 | 1.7037 | 49.4631 | 31.654 | 34.4601 | 46.2376 | 125.5185 |
61
+ | 1.9016 | 7.0 | 5565 | 1.6874 | 48.2641 | 29.6354 | 33.1059 | 44.8436 | 125.6852 |
62
+ | 1.8882 | 8.0 | 6360 | 1.6844 | 49.0081 | 30.6784 | 33.5258 | 45.5354 | 125.6852 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.18.0
68
+ - Pytorch 1.11.0+cu113
69
+ - Datasets 2.1.0
70
+ - Tokenizers 0.12.1