File size: 1,008 Bytes
f5075a2
 
 
 
 
 
 
 
 
 
 
 
 
fbf2bd1
f5075a2
 
 
 
 
 
 
 
 
 
 
 
fbf2bd1
 
f5075a2
 
 
d4ae875
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: text
    dtype: string
  - name: meta
    struct:
    - name: pile_set_name
      dtype: string
  splits:
  - name: train
    num_bytes: 49692872
    num_examples: 1000
  - name: validation
    num_bytes: 115675626
    num_examples: 2434
  - name: test
    num_bytes: 113239914
    num_examples: 2407
  download_size: 130132115
  dataset_size: 278608412
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---

Sample of the arxiv partition of The Pile.

- The training set is just a random sample of 1000 documents from the 00.jsonl.zst (the first file in The Pile; it seems each jsonl.zst file is already a random sample).
- The validation and test set are the full sets.  

# Statistics
## Training Set

- Mean number of tokens:  14588.022
- Std number of tokens:  26015.51379449416
- Max number of tokens:  746616
- Min number of tokens:  33