haritzpuerto
commited on
Commit
•
d4ae875
1
Parent(s):
fbf2bd1
Update README.md
Browse files
README.md
CHANGED
@@ -29,3 +29,16 @@ configs:
|
|
29 |
- split: test
|
30 |
path: data/test-*
|
31 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
- split: test
|
30 |
path: data/test-*
|
31 |
---
|
32 |
+
|
33 |
+
Sample of the arxiv partition of The Pile.
|
34 |
+
|
35 |
+
- 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).
|
36 |
+
- The validation and test set are the full sets.
|
37 |
+
|
38 |
+
# Statistics
|
39 |
+
## Training Set
|
40 |
+
|
41 |
+
- Mean number of tokens: 14588.022
|
42 |
+
- Std number of tokens: 26015.51379449416
|
43 |
+
- Max number of tokens: 746616
|
44 |
+
- Min number of tokens: 33
|