Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- text-generation
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
pretty_name: SlimPajama-6B
|
7 |
+
size_categories:
|
8 |
+
- 100K<n<1M
|
9 |
+
---
|
10 |
+
Sampled version of [cerebras/SlimPajama-627B](https://huggingface.co/datasets/cerebras/SlimPajama-627B).
|
11 |
+
|
12 |
+
Based on the [fact that the original data was shuffled before chunking](https://huggingface.co/datasets/cerebras/SlimPajama-627B/discussions/4), I only downloaded chunk1 and further sampled 10% of the chunk.
|
13 |
+
This should result in roughly 6B tokens, hence SlimPajama-6B.
|
14 |
+
|
15 |
+
#### Data source proportions for SlimPajama-627B and SlimPajama-6B
|
16 |
+
For sanity check, I recaluclated the byte proportion of the sampled version, it rougly matches the original dataset.
|
17 |
+
|
18 |
+
|
19 |
+
| Data source | SlimPajama-627B | RedPajama-6B |
|
20 |
+
| ------------- | ---------- | --------- |
|
21 |
+
| Commoncrawl | 52.2% | 54.1% |
|
22 |
+
| C4 | 26.7% | 28.7% |
|
23 |
+
| GitHub | 5.2% | 4.2% |
|
24 |
+
| Books | 4.2% | 3.7% |
|
25 |
+
| ArXiv | 4.6% | 3.4% |
|
26 |
+
| Wikpedia | 3.8% | 3.1% |
|
27 |
+
| StackExchange | 3.3% | 2.8% |
|
28 |
+
|
29 |
+
|
30 |
+
---
|
31 |
+
Please refer to the original dataset for other info.
|
32 |
+
```
|
33 |
+
@misc{cerebras2023slimpajama,
|
34 |
+
author = {Soboleva, Daria and Al-Khateeb, Faisal and Myers, Robert and Steeves, Jacob R and Hestness, Joel and Dey, Nolan},
|
35 |
+
title = {{SlimPajama: A 627B token cleaned and deduplicated version of RedPajama}},
|
36 |
+
month = June,
|
37 |
+
year = 2023,
|
38 |
+
howpublished = {\url{https://www.cerebras.net/blog/slimpajama-a-627b-token-cleaned-and-deduplicated-version-of-redpajama}},
|
39 |
+
url = {https://huggingface.co/datasets/cerebras/SlimPajama-627B},
|
40 |
+
}
|
41 |
+
```
|