File size: 652 Bytes
5520f61
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2d733e1
 
 
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
---
dataset_info:
  features:
  - name: text
    dtype: string
  - name: meta
    struct:
    - name: pile_set_name
      dtype: string
  splits:
  - name: train
    num_bytes: 135484704
    num_examples: 100000
  download_size: 75713626
  dataset_size: 135484704
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---

## Dataset Creation Process
These subsets were created by streaming over the rows from [`monology/pile-uncopyrighted`](https://huggingface.co/datasets/monology/pile-uncopyrighted) and filtering by the meta column. Each subset is generally limited to the first 100,000 qualifying rows encountered.