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: []
|
@@ -13,6 +15,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
# bart-base-finetuned-xsum
|
14 |
|
15 |
This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on the None dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
## Model description
|
18 |
|
@@ -39,6 +48,13 @@ The following hyperparameters were used during training:
|
|
39 |
- lr_scheduler_type: linear
|
40 |
- num_epochs: 1
|
41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
### Framework versions
|
43 |
|
44 |
- Transformers 4.30.2
|
|
|
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: []
|
|
|
15 |
# bart-base-finetuned-xsum
|
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.6608
|
20 |
+
- Rouge1: 11.5767
|
21 |
+
- Rouge2: 5.7508
|
22 |
+
- Rougel: 9.5017
|
23 |
+
- Rougelsum: 10.5784
|
24 |
+
- Gen Len: 20.0
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
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.7152 | 1.0 | 15011 | 1.6608 | 11.5767 | 5.7508 | 9.5017 | 10.5784 | 20.0 |
|
56 |
+
|
57 |
+
|
58 |
### Framework versions
|
59 |
|
60 |
- Transformers 4.30.2
|