Update README.md (#4)
Browse files- Update README.md (faa243a095ae4273ffa9185b2829997f3b2dee3a)
Co-authored-by: Mishig Davaadorj <[email protected]>
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 |
```
|