Dan Fu
commited on
Commit
·
e60ce61
1
Parent(s):
be7b043
HuggingFace downloadable
Browse files
README.md
CHANGED
|
@@ -10,6 +10,7 @@ pretty_name: Red Pajama 1T
|
|
| 10 |
The dataset consists of 2084 jsonl files.
|
| 11 |
You can download the dataset using HuggingFace:
|
| 12 |
```
|
|
|
|
| 13 |
ds = load_dataset("togethercomputer/RedPajama-Data-1T")
|
| 14 |
```
|
| 15 |
|
|
|
|
| 10 |
The dataset consists of 2084 jsonl files.
|
| 11 |
You can download the dataset using HuggingFace:
|
| 12 |
```
|
| 13 |
+
from datasets import load_dataset
|
| 14 |
ds = load_dataset("togethercomputer/RedPajama-Data-1T")
|
| 15 |
```
|
| 16 |
|