update model card README.md
Browse files
README.md
CHANGED
@@ -16,13 +16,13 @@ model-index:
|
|
16 |
dataset:
|
17 |
name: multi_news
|
18 |
type: multi_news
|
19 |
-
config:
|
20 |
split: validation
|
21 |
-
args:
|
22 |
metrics:
|
23 |
- name: Rouge1
|
24 |
type: rouge
|
25 |
-
value:
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -32,11 +32,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
32 |
|
33 |
This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on the multi_news dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 2.
|
36 |
-
- Rouge1:
|
37 |
-
- Rouge2:
|
38 |
-
- Rougel:
|
39 |
-
- Rougelsum:
|
40 |
|
41 |
## Model description
|
42 |
|
@@ -61,25 +61,18 @@ The following hyperparameters were used during training:
|
|
61 |
- seed: 42
|
62 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
63 |
- lr_scheduler_type: linear
|
64 |
-
- num_epochs:
|
65 |
|
66 |
### Training results
|
67 |
|
68 |
-
| Training Loss | Epoch | Step
|
69 |
-
|
70 |
-
| 2.
|
71 |
-
| 2.3547 | 2.0 | 2500 | 2.5102 | 27.57 | 8.53 | 15.17 | 18.03 |
|
72 |
-
| 2.0079 | 3.0 | 3750 | 2.5593 | 27.57 | 8.53 | 15.17 | 18.03 |
|
73 |
-
| 1.7303 | 4.0 | 5000 | 2.6260 | 27.57 | 8.53 | 15.17 | 18.03 |
|
74 |
-
| 1.4993 | 5.0 | 6250 | 2.7184 | 27.57 | 8.53 | 15.17 | 18.03 |
|
75 |
-
| 1.3136 | 6.0 | 7500 | 2.8246 | 27.57 | 8.53 | 15.17 | 18.03 |
|
76 |
-
| 1.1718 | 7.0 | 8750 | 2.8684 | 27.57 | 8.53 | 15.17 | 18.03 |
|
77 |
-
| 1.0729 | 8.0 | 10000 | 2.9167 | 27.57 | 8.53 | 15.17 | 18.03 |
|
78 |
|
79 |
|
80 |
### Framework versions
|
81 |
|
82 |
-
- Transformers 4.
|
83 |
-
- Pytorch 2.0.
|
84 |
- Datasets 2.12.0
|
85 |
- Tokenizers 0.13.3
|
|
|
16 |
dataset:
|
17 |
name: multi_news
|
18 |
type: multi_news
|
19 |
+
config: default
|
20 |
split: validation
|
21 |
+
args: default
|
22 |
metrics:
|
23 |
- name: Rouge1
|
24 |
type: rouge
|
25 |
+
value: 26.77
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
32 |
|
33 |
This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on the multi_news dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 2.4116
|
36 |
+
- Rouge1: 26.77
|
37 |
+
- Rouge2: 10.28
|
38 |
+
- Rougel: 21.26
|
39 |
+
- Rougelsum: 22.02
|
40 |
|
41 |
## Model description
|
42 |
|
|
|
61 |
- seed: 42
|
62 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
63 |
- lr_scheduler_type: linear
|
64 |
+
- num_epochs: 1
|
65 |
|
66 |
### Training results
|
67 |
|
68 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
69 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
|
70 |
+
| 2.7976 | 1.0 | 1250 | 2.4116 | 26.77 | 10.28 | 21.26 | 22.02 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
|
72 |
|
73 |
### Framework versions
|
74 |
|
75 |
+
- Transformers 4.28.0
|
76 |
+
- Pytorch 2.0.0+cu117
|
77 |
- Datasets 2.12.0
|
78 |
- Tokenizers 0.13.3
|