Update README.md
Browse files
README.md
CHANGED
|
@@ -9,7 +9,7 @@ pretty_name: Red Pajama 1T
|
|
| 9 |
|
| 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 |
```
|
|
|
|
| 9 |
|
| 10 |
The dataset consists of 2084 jsonl files.
|
| 11 |
You can download the dataset using HuggingFace:
|
| 12 |
+
```python
|
| 13 |
from datasets import load_dataset
|
| 14 |
ds = load_dataset("togethercomputer/RedPajama-Data-1T")
|
| 15 |
```
|