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