fixed "Together"
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ language:
|
|
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
|
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 |
|
@@ -103,7 +103,7 @@ The dataset consists of jsonl files, with structure as follows:
|
|
103 |
|
104 |
### Dataset Creation
|
105 |
|
106 |
-
SlimPajama was created by cleaning and deduplicating the [RedPajama dataset from Together
|
107 |
|
108 |
|
109 |
### Source Data
|
|
|
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'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 |
|
|
|
103 |
|
104 |
### Dataset Creation
|
105 |
|
106 |
+
SlimPajama was created by cleaning and deduplicating the [RedPajama dataset from Together](https://github.com/togethercomputer/redpajama-data) via MinHashLSH. RedPajama is an open-source reproduction of the [LLaMA](https://arxiv.org/abs/2302.13971) data collection methodology.
|
107 |
|
108 |
|
109 |
### Source Data
|