update model card README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,8 @@ license: apache-2.0
|
|
3 |
base_model: facebook/bart-base
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
model-index:
|
7 |
- name: bart-base-finetuned-xsum
|
8 |
results: []
|
@@ -15,17 +17,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
-
|
19 |
-
-
|
20 |
-
-
|
21 |
-
-
|
22 |
-
-
|
23 |
-
-
|
24 |
-
- eval_runtime: 223.3342
|
25 |
-
- eval_samples_per_second: 4.487
|
26 |
-
- eval_steps_per_second: 2.243
|
27 |
-
- epoch: 5.0
|
28 |
-
- step: 10015
|
29 |
|
30 |
## Model description
|
31 |
|
@@ -50,7 +47,14 @@ The following hyperparameters were used during training:
|
|
50 |
- seed: 42
|
51 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
52 |
- lr_scheduler_type: linear
|
53 |
-
- num_epochs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
|
55 |
### Framework versions
|
56 |
|
|
|
3 |
base_model: facebook/bart-base
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- rouge
|
8 |
model-index:
|
9 |
- name: bart-base-finetuned-xsum
|
10 |
results: []
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.7805
|
21 |
+
- Rouge1: 10.3678
|
22 |
+
- Rouge2: 5.6385
|
23 |
+
- Rougel: 9.0139
|
24 |
+
- Rougelsum: 9.9686
|
25 |
+
- Gen Len: 20.0
|
|
|
|
|
|
|
|
|
|
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
47 |
- seed: 42
|
48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
- lr_scheduler_type: linear
|
50 |
+
- num_epochs: 1
|
51 |
+
|
52 |
+
### Training results
|
53 |
+
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
55 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|:------:|:---------:|:-------:|
|
56 |
+
| 1.455 | 1.0 | 2003 | 1.7805 | 10.3678 | 5.6385 | 9.0139 | 9.9686 | 20.0 |
|
57 |
+
|
58 |
|
59 |
### Framework versions
|
60 |
|