update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- generated_from_trainer
|
4 |
+
metrics:
|
5 |
+
- rouge
|
6 |
+
model-index:
|
7 |
+
- name: pegasus-large-finetuned-rahulver-summarization-pegasus-model
|
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 |
+
# pegasus-large-finetuned-rahulver-summarization-pegasus-model
|
15 |
+
|
16 |
+
This model is a fine-tuned version of [google/pegasus-large](https://huggingface.co/google/pegasus-large) on an unknown dataset.
|
17 |
+
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 1.0906
|
19 |
+
- Rouge1: 61.2393
|
20 |
+
- Rouge2: 43.8277
|
21 |
+
- Rougel: 50.0054
|
22 |
+
- Rougelsum: 57.4674
|
23 |
+
- Gen Len: 114.6
|
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: 10
|
49 |
+
|
50 |
+
### Training results
|
51 |
+
|
52 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
53 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:--------:|
|
54 |
+
| 1.3648 | 1.0 | 140 | 0.7201 | 50.0081 | 32.6454 | 39.3021 | 45.1602 | 125.7333 |
|
55 |
+
| 0.8502 | 2.0 | 280 | 0.6067 | 57.8678 | 41.5251 | 46.0694 | 54.1055 | 128.3333 |
|
56 |
+
| 0.5053 | 3.0 | 420 | 0.6642 | 58.3644 | 41.8619 | 47.6199 | 54.1639 | 108.9667 |
|
57 |
+
| 0.3469 | 4.0 | 560 | 0.7318 | 61.8988 | 45.7303 | 51.1928 | 57.9306 | 123.1667 |
|
58 |
+
| 0.2779 | 5.0 | 700 | 0.7274 | 62.9354 | 46.5 | 51.6431 | 59.2443 | 99.6333 |
|
59 |
+
| 0.2124 | 6.0 | 840 | 0.8618 | 63.8552 | 48.3846 | 53.3804 | 60.2718 | 111.2333 |
|
60 |
+
| 0.1864 | 7.0 | 980 | 1.0058 | 59.5675 | 42.4324 | 48.462 | 55.3498 | 108.4667 |
|
61 |
+
| 0.1691 | 8.0 | 1120 | 0.9984 | 60.1063 | 43.6022 | 49.7163 | 56.9865 | 130.2 |
|
62 |
+
| 0.1603 | 9.0 | 1260 | 1.0062 | 61.398 | 44.4507 | 50.2044 | 57.4447 | 99.0333 |
|
63 |
+
| 0.1674 | 10.0 | 1400 | 1.0906 | 61.2393 | 43.8277 | 50.0054 | 57.4674 | 114.6 |
|
64 |
+
|
65 |
+
|
66 |
+
### Framework versions
|
67 |
+
|
68 |
+
- Transformers 4.25.1
|
69 |
+
- Pytorch 1.13.0+cu116
|
70 |
+
- Datasets 2.7.1
|
71 |
+
- Tokenizers 0.13.2
|