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