File size: 2,527 Bytes
3fb9424
689f58a
 
3fb9424
689f58a
 
 
306dca2
 
 
 
 
689f58a
aed6c85
 
 
 
 
 
 
 
689f58a
 
 
 
 
 
 
 
 
aed6c85
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
689f58a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3fb9424
306dca2
 
 
 
6d72a5d
306dca2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
---
language:
- en
license: apache-2.0
size_categories:
- 100K<n<1M
source_datasets: xsum
task_categories:
- summarization
- text2text-generation
tags:
- stacked summaries
configs:
- config_name: deduped
  data_files:
  - split: train
    path: deduped/train-*
  - split: validation
    path: deduped/validation-*
  - split: test
    path: deduped/test-*
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
dataset_info:
- config_name: deduped
  features:
  - name: document
    dtype: string
  - name: summary
    dtype: string
  - name: id
    dtype: int64
  - name: chapter_length
    dtype: int64
  - name: summary_length
    dtype: int64
  - name: is_stacked
    dtype: bool
  splits:
  - name: train
    num_bytes: 307044969
    num_examples: 82575
  - name: validation
    num_bytes: 17368941
    num_examples: 4674
  - name: test
    num_bytes: 17048516
    num_examples: 4593
  download_size: 219853891
  dataset_size: 341462426
- config_name: default
  features:
  - name: document
    dtype: string
  - name: summary
    dtype: string
  - name: id
    dtype: int64
  - name: chapter_length
    dtype: int64
  - name: summary_length
    dtype: int64
  - name: is_stacked
    dtype: bool
  splits:
  - name: train
    num_bytes: 437045277
    num_examples: 116994
  - name: validation
    num_bytes: 24723155
    num_examples: 6603
  - name: test
    num_bytes: 24228493
    num_examples: 6499
  download_size: 313190936
  dataset_size: 485996925
---

# stacked-summaries/onlystacked-xsum-1024


Same thing as [stacked-summaries/stacked-xsum-1024](https://huggingface.co/datasets/stacked-summaries/stacked-xsum-1024) but filtered such that `is_stacked=True`. Please refer to the original dataset for info and to raise issues if needed.

Basic info on `train` split:

```
<class 'pandas.core.frame.DataFrame'>
RangeIndex: 116994 entries, 0 to 116993
Data columns (total 6 columns):
 #   Column          Non-Null Count   Dtype  
---  ------          --------------   -----  
 0   document        116994 non-null  string 
 1   summary         116994 non-null  string 
 2   id              116994 non-null  Int64  
 3   chapter_length  116994 non-null  Int64  
 4   summary_length  116994 non-null  Int64  
 5   is_stacked      116994 non-null  boolean
dtypes: Int64(3), boolean(1), string(2)
memory usage: 5.0 MB

```



_If you are interested in subscribing to this dataset on OnlyStacks, please reach out._