pszemraj commited on
Commit
306dca2
1 Parent(s): 7a89ec9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md CHANGED
@@ -1,3 +1,38 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ # stacked-summaries/onlystacked-xsum-1024
13
+
14
+
15
+ Same thing as [](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.
16
+
17
+ Basic info on `train` split:
18
+
19
+ ```
20
+ <class 'pandas.core.frame.DataFrame'>
21
+ RangeIndex: 116994 entries, 0 to 116993
22
+ Data columns (total 6 columns):
23
+ # Column Non-Null Count Dtype
24
+ --- ------ -------------- -----
25
+ 0 document 116994 non-null string
26
+ 1 summary 116994 non-null string
27
+ 2 id 116994 non-null Int64
28
+ 3 chapter_length 116994 non-null Int64
29
+ 4 summary_length 116994 non-null Int64
30
+ 5 is_stacked 116994 non-null boolean
31
+ dtypes: Int64(3), boolean(1), string(2)
32
+ memory usage: 5.0 MB
33
+
34
+ ```
35
+
36
+
37
+
38
+ _If you are interested in subscribing to this dataset on OnlyStacks, please reach out._