Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
jqhoogland commited on
Commit
f5fcc02
·
verified ·
1 Parent(s): 742ea41

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +34 -21
README.md CHANGED
@@ -1,21 +1,34 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: text
5
- dtype: string
6
- - name: meta
7
- struct:
8
- - name: pile_set_name
9
- dtype: string
10
- splits:
11
- - name: train
12
- num_bytes: 3689507
13
- num_examples: 1637
14
- download_size: 1950948
15
- dataset_size: 3689507
16
- configs:
17
- - config_name: default
18
- data_files:
19
- - split: train
20
- path: data/train-*
21
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dataset: Pile - StackExchange
2
+
3
+ This dataset is a subset of StackExchange data from The Pile dataset, containing text examples
4
+ from this specific source.
5
+
6
+ ## Dataset Source
7
+
8
+ This dataset is derived from the uncopyrighted portion of The Pile dataset, specifically accessed through:
9
+ - [monology/pile-uncopyrighted](https://huggingface.co/datasets/monology/pile-uncopyrighted/tree/main/train)
10
+
11
+ ## Citations
12
+
13
+ If you use this dataset, please cite the original Pile papers:
14
+
15
+ ```bibtex
16
+ @article{gao2020pile,
17
+ title={The Pile: An 800GB dataset of diverse text for language modeling},
18
+ author={Gao, Leo and Biderman, Stella and Black, Sid and Golding, Laurence and Hoppe, Travis and Foster, Charles and Phang, Jason and He, Horace and Thite, Anish and Nabeshima, Noa and others},
19
+ journal={arXiv preprint arXiv:2101.00027},
20
+ year={2020}
21
+ }
22
+ @article{biderman2022datasheet,
23
+ title={Datasheet for the pile},
24
+ author={Biderman, Stella and Bicheno, Kieran and Gao, Leo},
25
+ journal={arXiv preprint arXiv:2201.07311},
26
+ year={2022}
27
+ }
28
+ ```
29
+
30
+ ## Dataset Details
31
+
32
+ This dataset contains examples from the StackExchange portion of The Pile. The data maintains
33
+ the same format as in the original dataset but is filtered to only include examples from
34
+ this specific source.