Update README.md
Browse files
README.md
CHANGED
@@ -1,17 +1,38 @@
|
|
1 |
---
|
2 |
base_model: google/pegasus-x-large
|
3 |
tags:
|
4 |
-
-
|
5 |
-
|
6 |
-
-
|
7 |
-
|
8 |
-
-
|
9 |
-
results: []
|
10 |
datasets:
|
11 |
-
- ubaada/booksum-complete-cleaned
|
12 |
language:
|
13 |
-
- en
|
14 |
pipeline_tag: summarization
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
---
|
16 |
|
17 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
1 |
---
|
2 |
base_model: google/pegasus-x-large
|
3 |
tags:
|
4 |
+
- summarization
|
5 |
+
- summary
|
6 |
+
- booksum
|
7 |
+
- long-document
|
8 |
+
- long-form
|
|
|
9 |
datasets:
|
10 |
+
- ubaada/booksum-complete-cleaned
|
11 |
language:
|
12 |
+
- en
|
13 |
pipeline_tag: summarization
|
14 |
+
metrics:
|
15 |
+
- rouge
|
16 |
+
model-index:
|
17 |
+
- name: ubaada/pegasus-x-large-booksum-16k
|
18 |
+
results:
|
19 |
+
- task:
|
20 |
+
type: summarization
|
21 |
+
name: Summarization
|
22 |
+
dataset:
|
23 |
+
name: ubaada/booksum-complete-cleaned
|
24 |
+
type: BookSum
|
25 |
+
config: ubaada--booksum
|
26 |
+
split: test
|
27 |
+
metrics:
|
28 |
+
- type: rouge
|
29 |
+
value: 30.947853
|
30 |
+
name: ROUGE-1
|
31 |
+
verified: false
|
32 |
+
- type: rouge
|
33 |
+
value: 5.568146
|
34 |
+
name: ROUGE-2
|
35 |
+
verified: false
|
36 |
---
|
37 |
|
38 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|