theojolliffe
commited on
Commit
•
4f5298e
1
Parent(s):
dec5246
update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- generated_from_trainer
|
4 |
+
metrics:
|
5 |
+
- rouge
|
6 |
+
model-index:
|
7 |
+
- name: distill-pegasus-cnn-arxiv-pubmed-v3-e4
|
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-e4
|
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.8962
|
19 |
+
- Rouge1: 49.5676
|
20 |
+
- Rouge2: 30.7141
|
21 |
+
- Rougel: 34.191
|
22 |
+
- Rougelsum: 45.0269
|
23 |
+
- Gen Len: 125.8333
|
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: 4
|
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.7729 | 1.0 | 795 | 2.1332 | 48.4776 | 29.8247 | 33.8775 | 44.0771 | 126.2407 |
|
56 |
+
| 2.3362 | 2.0 | 1590 | 1.9953 | 48.7574 | 30.0148 | 33.8955 | 44.3967 | 126.2407 |
|
57 |
+
| 2.2766 | 3.0 | 2385 | 1.9159 | 49.3004 | 30.5548 | 34.5702 | 44.8082 | 125.5 |
|
58 |
+
| 2.1815 | 4.0 | 3180 | 1.8962 | 49.5676 | 30.7141 | 34.191 | 45.0269 | 125.8333 |
|
59 |
+
|
60 |
+
|
61 |
+
### Framework versions
|
62 |
+
|
63 |
+
- Transformers 4.18.0
|
64 |
+
- Pytorch 1.11.0+cu113
|
65 |
+
- Datasets 2.1.0
|
66 |
+
- Tokenizers 0.12.1
|