Atharvgarg
commited on
Commit
•
91aa49f
1
Parent(s):
df69b88
update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- summarisation
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- rouge
|
8 |
+
model-index:
|
9 |
+
- name: bert-small2bert-small-finetuned-cnn_daily_mail-summarization-finetuned-bbc-news-old
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# bert-small2bert-small-finetuned-cnn_daily_mail-summarization-finetuned-bbc-news-old
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [mrm8488/bert-small2bert-small-finetuned-cnn_daily_mail-summarization](https://huggingface.co/mrm8488/bert-small2bert-small-finetuned-cnn_daily_mail-summarization) on an unknown dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.6733
|
21 |
+
- Rouge1: 60.9431
|
22 |
+
- Rouge2: 49.8688
|
23 |
+
- Rougel: 42.4663
|
24 |
+
- Rougelsum: 59.836
|
25 |
+
|
26 |
+
## Model description
|
27 |
+
|
28 |
+
More information needed
|
29 |
+
|
30 |
+
## Intended uses & limitations
|
31 |
+
|
32 |
+
More information needed
|
33 |
+
|
34 |
+
## Training and evaluation data
|
35 |
+
|
36 |
+
More information needed
|
37 |
+
|
38 |
+
## Training procedure
|
39 |
+
|
40 |
+
### Training hyperparameters
|
41 |
+
|
42 |
+
The following hyperparameters were used during training:
|
43 |
+
- learning_rate: 5.6e-05
|
44 |
+
- train_batch_size: 8
|
45 |
+
- eval_batch_size: 8
|
46 |
+
- seed: 42
|
47 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
+
- lr_scheduler_type: linear
|
49 |
+
- num_epochs: 8
|
50 |
+
|
51 |
+
### Training results
|
52 |
+
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
54 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|
|
55 |
+
| 0.8246 | 1.0 | 223 | 0.6974 | 55.2742 | 41.9883 | 37.8584 | 53.7602 |
|
56 |
+
| 0.6396 | 2.0 | 446 | 0.6786 | 56.0006 | 43.1917 | 38.5125 | 54.4571 |
|
57 |
+
| 0.5582 | 3.0 | 669 | 0.6720 | 57.8912 | 45.7807 | 40.0807 | 56.4985 |
|
58 |
+
| 0.505 | 4.0 | 892 | 0.6659 | 59.6611 | 48.0095 | 41.752 | 58.5059 |
|
59 |
+
| 0.4611 | 5.0 | 1115 | 0.6706 | 59.7241 | 48.164 | 41.4523 | 58.5295 |
|
60 |
+
| 0.4254 | 6.0 | 1338 | 0.6711 | 59.8524 | 48.1821 | 41.2299 | 58.6072 |
|
61 |
+
| 0.3967 | 7.0 | 1561 | 0.6718 | 60.3009 | 49.0085 | 42.0306 | 59.0723 |
|
62 |
+
| 0.38 | 8.0 | 1784 | 0.6733 | 60.9431 | 49.8688 | 42.4663 | 59.836 |
|
63 |
+
|
64 |
+
|
65 |
+
### Framework versions
|
66 |
+
|
67 |
+
- Transformers 4.21.0
|
68 |
+
- Pytorch 1.12.0+cu113
|
69 |
+
- Datasets 2.4.0
|
70 |
+
- Tokenizers 0.12.1
|