farleyknight
commited on
Commit
•
195c5d9
1
Parent(s):
3805880
update model card README.md
Browse files
README.md
CHANGED
@@ -3,25 +3,25 @@ license: apache-2.0
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
-
- arxiv-summarization
|
7 |
metrics:
|
8 |
- rouge
|
9 |
model-index:
|
10 |
- name: arxiv-summarization-fb-bart-base-2022-09-21
|
11 |
results:
|
12 |
- task:
|
13 |
-
name:
|
14 |
-
type:
|
15 |
dataset:
|
16 |
-
name: arxiv-summarization
|
17 |
-
type: arxiv-summarization
|
18 |
config: section
|
19 |
split: train
|
20 |
args: section
|
21 |
metrics:
|
22 |
- name: Rouge1
|
23 |
type: rouge
|
24 |
-
value:
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -29,14 +29,14 @@ should probably proofread and complete it, then remove this comment. -->
|
|
29 |
|
30 |
# arxiv-summarization-fb-bart-base-2022-09-21
|
31 |
|
32 |
-
This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on the arxiv-summarization dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
-
- Loss: 2.
|
35 |
-
- Rouge1:
|
36 |
-
- Rouge2:
|
37 |
-
- Rougel:
|
38 |
-
- Rougelsum:
|
39 |
-
- Gen Len:
|
40 |
|
41 |
## Model description
|
42 |
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
+
- ccdv/arxiv-summarization
|
7 |
metrics:
|
8 |
- rouge
|
9 |
model-index:
|
10 |
- name: arxiv-summarization-fb-bart-base-2022-09-21
|
11 |
results:
|
12 |
- task:
|
13 |
+
name: Summarization
|
14 |
+
type: summarization
|
15 |
dataset:
|
16 |
+
name: ccdv/arxiv-summarization
|
17 |
+
type: ccdv/arxiv-summarization
|
18 |
config: section
|
19 |
split: train
|
20 |
args: section
|
21 |
metrics:
|
22 |
- name: Rouge1
|
23 |
type: rouge
|
24 |
+
value: 42.9082
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
29 |
|
30 |
# arxiv-summarization-fb-bart-base-2022-09-21
|
31 |
|
32 |
+
This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on the ccdv/arxiv-summarization dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 2.1597
|
35 |
+
- Rouge1: 42.9082
|
36 |
+
- Rouge2: 15.7763
|
37 |
+
- Rougel: 25.9239
|
38 |
+
- Rougelsum: 37.7957
|
39 |
+
- Gen Len: 110.5816
|
40 |
|
41 |
## Model description
|
42 |
|