update model card README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ model-index:
|
|
22 |
metrics:
|
23 |
- name: Rouge1
|
24 |
type: rouge
|
25 |
-
value: 27.
|
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: 27.
|
37 |
-
- Rouge2: 8.
|
38 |
-
- Rougel: 15.
|
39 |
-
- Rougelsum: 18.
|
40 |
|
41 |
## Model description
|
42 |
|
@@ -56,18 +56,25 @@ More information needed
|
|
56 |
|
57 |
The following hyperparameters were used during training:
|
58 |
- learning_rate: 5.6e-05
|
59 |
-
- train_batch_size:
|
60 |
-
- eval_batch_size:
|
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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
|
72 |
|
73 |
### Framework versions
|
|
|
22 |
metrics:
|
23 |
- name: Rouge1
|
24 |
type: rouge
|
25 |
+
value: 27.57
|
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.9167
|
36 |
+
- Rouge1: 27.57
|
37 |
+
- Rouge2: 8.53
|
38 |
+
- Rougel: 15.17
|
39 |
+
- Rougelsum: 18.03
|
40 |
|
41 |
## Model description
|
42 |
|
|
|
56 |
|
57 |
The following hyperparameters were used during training:
|
58 |
- learning_rate: 5.6e-05
|
59 |
+
- train_batch_size: 8
|
60 |
+
- eval_batch_size: 8
|
61 |
- seed: 42
|
62 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
63 |
- lr_scheduler_type: linear
|
64 |
+
- num_epochs: 8
|
65 |
|
66 |
### Training results
|
67 |
|
68 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
69 |
+
|:-------------:|:-----:|:-----:|:---------------:|:------:|:------:|:------:|:---------:|
|
70 |
+
| 2.8539 | 1.0 | 1250 | 2.5026 | 27.57 | 8.53 | 15.17 | 18.03 |
|
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
|