Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
File size: 1,596 Bytes
d27ed71
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f5fcc02
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
dataset_info:
  features:
  - name: text
    dtype: string
  - name: meta
    struct:
    - name: pile_set_name
      dtype: string
  splits:
  - name: train
    num_bytes: 222211313
    num_examples: 100000
  download_size: 116713449
  dataset_size: 222211313
---
# Dataset: Pile - StackExchange

This dataset is a subset of StackExchange data from The Pile dataset, containing text examples 
from this specific source.

## Dataset Source

This dataset is derived from the uncopyrighted portion of The Pile dataset, specifically accessed through:
- [monology/pile-uncopyrighted](https://huggingface.co/datasets/monology/pile-uncopyrighted/tree/main/train)

## Citations

If you use this dataset, please cite the original Pile papers:

```bibtex
@article{gao2020pile,
title={The Pile: An 800GB dataset of diverse text for language modeling},
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},
journal={arXiv preprint arXiv:2101.00027},
year={2020}
}
@article{biderman2022datasheet,
title={Datasheet for the pile},
author={Biderman, Stella and Bicheno, Kieran and Gao, Leo},
journal={arXiv preprint arXiv:2201.07311},
year={2022}
}
```

## Dataset Details

This dataset contains examples from the StackExchange portion of The Pile. The data maintains 
the same format as in the original dataset but is filtered to only include examples from 
this specific source.