farleyknight
commited on
Commit
•
55078e6
1
Parent(s):
4a4e1b2
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 |
-
-
|
7 |
metrics:
|
8 |
- rouge
|
9 |
model-index:
|
10 |
- name: patent-summarization-google-bigbird-pegasus-large-arxiv-2022-09-20
|
11 |
results:
|
12 |
- task:
|
13 |
-
name:
|
14 |
-
type:
|
15 |
dataset:
|
16 |
-
name:
|
17 |
-
type:
|
18 |
config: all
|
19 |
split: train
|
20 |
args: all
|
21 |
metrics:
|
22 |
- name: Rouge1
|
23 |
type: rouge
|
24 |
-
value: 37.
|
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 |
# patent-summarization-google-bigbird-pegasus-large-arxiv-2022-09-20
|
31 |
|
32 |
-
This model is a fine-tuned version of [google/bigbird-pegasus-large-arxiv](https://huggingface.co/google/bigbird-pegasus-large-arxiv) on the
|
33 |
It achieves the following results on the evaluation set:
|
34 |
-
- Loss: 2.
|
35 |
-
- Rouge1: 37.
|
36 |
-
- Rouge2: 13.
|
37 |
-
- Rougel: 26.
|
38 |
-
- Rougelsum: 31.
|
39 |
-
- Gen Len:
|
40 |
|
41 |
## Model description
|
42 |
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
+
- farleyknight/big_patent_5_percent
|
7 |
metrics:
|
8 |
- rouge
|
9 |
model-index:
|
10 |
- name: patent-summarization-google-bigbird-pegasus-large-arxiv-2022-09-20
|
11 |
results:
|
12 |
- task:
|
13 |
+
name: Summarization
|
14 |
+
type: summarization
|
15 |
dataset:
|
16 |
+
name: farleyknight/big_patent_5_percent
|
17 |
+
type: farleyknight/big_patent_5_percent
|
18 |
config: all
|
19 |
split: train
|
20 |
args: all
|
21 |
metrics:
|
22 |
- name: Rouge1
|
23 |
type: rouge
|
24 |
+
value: 37.3764
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
29 |
|
30 |
# patent-summarization-google-bigbird-pegasus-large-arxiv-2022-09-20
|
31 |
|
32 |
+
This model is a fine-tuned version of [google/bigbird-pegasus-large-arxiv](https://huggingface.co/google/bigbird-pegasus-large-arxiv) on the farleyknight/big_patent_5_percent dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 2.2617
|
35 |
+
- Rouge1: 37.3764
|
36 |
+
- Rouge2: 13.2442
|
37 |
+
- Rougel: 26.011
|
38 |
+
- Rougelsum: 31.0145
|
39 |
+
- Gen Len: 113.8789
|
40 |
|
41 |
## Model description
|
42 |
|