Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,15 +1,50 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
3 |
task_categories:
|
4 |
- summarization
|
5 |
- text2text-generation
|
6 |
-
language:
|
7 |
-
- en
|
8 |
tags:
|
9 |
- stacked summaries
|
10 |
-
|
11 |
-
-
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
# stacked-summaries/onlystacked-xsum-1024
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: apache-2.0
|
5 |
+
size_categories:
|
6 |
+
- 100K<n<1M
|
7 |
+
source_datasets: xsum
|
8 |
task_categories:
|
9 |
- summarization
|
10 |
- text2text-generation
|
|
|
|
|
11 |
tags:
|
12 |
- stacked summaries
|
13 |
+
configs:
|
14 |
+
- config_name: default
|
15 |
+
data_files:
|
16 |
+
- split: train
|
17 |
+
path: data/train-*
|
18 |
+
- split: validation
|
19 |
+
path: data/validation-*
|
20 |
+
- split: test
|
21 |
+
path: data/test-*
|
22 |
+
dataset_info:
|
23 |
+
features:
|
24 |
+
- name: document
|
25 |
+
dtype: string
|
26 |
+
- name: summary
|
27 |
+
dtype: string
|
28 |
+
- name: id
|
29 |
+
dtype: int64
|
30 |
+
- name: chapter_length
|
31 |
+
dtype: int64
|
32 |
+
- name: summary_length
|
33 |
+
dtype: int64
|
34 |
+
- name: is_stacked
|
35 |
+
dtype: bool
|
36 |
+
splits:
|
37 |
+
- name: train
|
38 |
+
num_bytes: 437045277
|
39 |
+
num_examples: 116994
|
40 |
+
- name: validation
|
41 |
+
num_bytes: 24723155
|
42 |
+
num_examples: 6603
|
43 |
+
- name: test
|
44 |
+
num_bytes: 24228493
|
45 |
+
num_examples: 6499
|
46 |
+
download_size: 313190936
|
47 |
+
dataset_size: 485996925
|
48 |
---
|
49 |
|
50 |
# stacked-summaries/onlystacked-xsum-1024
|