update model card README.md
Browse files
README.md
CHANGED
@@ -17,12 +17,12 @@ model-index:
|
|
17 |
name: multi_news
|
18 |
type: multi_news
|
19 |
config: default
|
20 |
-
split: train[:
|
21 |
args: default
|
22 |
metrics:
|
23 |
- name: Rouge1
|
24 |
type: rouge
|
25 |
-
value: 9.
|
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: 9.
|
37 |
-
- Rouge2: 3.
|
38 |
-
- Rougel: 7.
|
39 |
-
- Rougelsum:
|
40 |
|
41 |
## Model description
|
42 |
|
@@ -61,17 +61,15 @@ 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 | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
69 |
|:-------------:|:-----:|:-----:|:---------------:|:------:|:------:|:------:|:---------:|
|
70 |
-
| 2.
|
71 |
-
| 2.
|
72 |
-
| 2.
|
73 |
-
| 2.1655 | 4.0 | 16188 | 2.5188 | 9.8704 | 3.6936 | 7.6094 | 9.0336 |
|
74 |
-
| 2.055 | 5.0 | 20235 | 2.5350 | 9.9082 | 3.6995 | 7.6135 | 9.0176 |
|
75 |
|
76 |
|
77 |
### Framework versions
|
|
|
17 |
name: multi_news
|
18 |
type: multi_news
|
19 |
config: default
|
20 |
+
split: train[:95%]
|
21 |
args: default
|
22 |
metrics:
|
23 |
- name: Rouge1
|
24 |
type: rouge
|
25 |
+
value: 9.815
|
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.3427
|
36 |
+
- Rouge1: 9.815
|
37 |
+
- Rouge2: 3.8774
|
38 |
+
- Rougel: 7.6169
|
39 |
+
- Rougelsum: 8.9863
|
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: 3
|
65 |
|
66 |
### Training results
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
69 |
|:-------------:|:-----:|:-----:|:---------------:|:------:|:------:|:------:|:---------:|
|
70 |
+
| 2.75 | 1.0 | 19225 | 2.4494 | 9.5021 | 3.5429 | 7.3531 | 8.6912 |
|
71 |
+
| 2.456 | 2.0 | 38450 | 2.3665 | 9.8103 | 3.8494 | 7.6256 | 8.9991 |
|
72 |
+
| 2.285 | 3.0 | 57675 | 2.3427 | 9.815 | 3.8774 | 7.6169 | 8.9863 |
|
|
|
|
|
73 |
|
74 |
|
75 |
### Framework versions
|