update model card README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,7 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
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: []
|
@@ -15,14 +12,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# bart-base-finetuned-xsum
|
17 |
|
18 |
-
This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on
|
19 |
-
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 1.6613
|
21 |
-
- Rouge1: 11.5727
|
22 |
-
- Rouge2: 5.7397
|
23 |
-
- Rougel: 9.5086
|
24 |
-
- Rougelsum: 10.5955
|
25 |
-
- Gen Len: 20.0
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -49,16 +39,9 @@ The following hyperparameters were used during training:
|
|
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.6985 | 1.0 | 15011 | 1.6613 | 11.5727 | 5.7397 | 9.5086 | 10.5955 | 20.0 |
|
57 |
-
|
58 |
-
|
59 |
### Framework versions
|
60 |
|
61 |
-
- Transformers 4.
|
62 |
-
- Pytorch 2.0.
|
63 |
-
- Datasets 2.
|
64 |
- Tokenizers 0.13.3
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
|
|
5 |
model-index:
|
6 |
- name: bart-base-finetuned-xsum
|
7 |
results: []
|
|
|
12 |
|
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 |
- lr_scheduler_type: linear
|
40 |
- num_epochs: 1
|
41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
### Framework versions
|
43 |
|
44 |
+
- Transformers 4.30.2
|
45 |
+
- Pytorch 2.0.0
|
46 |
+
- Datasets 2.1.0
|
47 |
- Tokenizers 0.13.3
|