Updates to README
Browse files
README.md
CHANGED
@@ -5,10 +5,11 @@ language:
|
|
5 |
- en
|
6 |
pretty_name: SlimPajama-627B
|
7 |
---
|
8 |
-
|
9 |
|
10 |
-
|
11 |
|
|
|
12 |
You can download the dataset using Hugging Face datasets:
|
13 |
```python
|
14 |
from datasets import load_dataset
|
@@ -132,4 +133,10 @@ Please refer to the licenses of the data subsets you use.
|
|
132 |
- Books: [the_pile_books3 license](https://huggingface.co/datasets/the_pile_books3#licensing-information) and [pg19 license](https://huggingface.co/datasets/pg19#licensing-information)
|
133 |
- [ArXiv Terms of Use](https://info.arxiv.org/help/api/tou.html)
|
134 |
- [Wikipedia License](https://huggingface.co/datasets/wikipedia#licensing-information)
|
135 |
-
- [StackExchange license on the Internet Archive](https://archive.org/details/stackexchange)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
- en
|
6 |
pretty_name: SlimPajama-627B
|
7 |
---
|
8 |
+
The dataset consists of 59166 jsonl files and is ~895GB compressed. It is a cleaned and deduplicated version of [Together Computer's RedPajama](https://github.com/togethercomputer/redpajama-data).
|
9 |
|
10 |
+
Check out our [blog post](https://www.cerebras.net/blog/slimpajama-a-627b-token-cleaned-and-deduplicated-version-of-redpajama) explaining our methods and join the discussion on the [Cerebras Discord](https://discord.gg/q6bZcMWJVu).
|
11 |
|
12 |
+
## Getting Started
|
13 |
You can download the dataset using Hugging Face datasets:
|
14 |
```python
|
15 |
from datasets import load_dataset
|
|
|
133 |
- Books: [the_pile_books3 license](https://huggingface.co/datasets/the_pile_books3#licensing-information) and [pg19 license](https://huggingface.co/datasets/pg19#licensing-information)
|
134 |
- [ArXiv Terms of Use](https://info.arxiv.org/help/api/tou.html)
|
135 |
- [Wikipedia License](https://huggingface.co/datasets/wikipedia#licensing-information)
|
136 |
+
- [StackExchange license on the Internet Archive](https://archive.org/details/stackexchange)
|
137 |
+
|
138 |
+
|
139 |
+
## Acknowledgements
|
140 |
+
- We’d like to thank Together, Ontocord.ai, ETH DS3Lab , AAI CERC Lab for creating the original RedPajama dataset and releasing it open source.
|
141 |
+
- This release was made possible with the support and collaboration of Opentensor.
|
142 |
+
- Easy cloud access to Cerebras systems is provided by our partner Cirrascale.
|