mauriceweber
commited on
Commit
•
9a4c320
1
Parent(s):
8b3730f
Update README.md
Browse files
README.md
CHANGED
@@ -33,7 +33,7 @@ To download a the dataset for a specific combination of `{partition} x {snapshot
|
|
33 |
from datasets import load_dataset
|
34 |
|
35 |
ds = load_dataset("togethercomputer/RedPajama-Data-V2",
|
36 |
-
name="
|
37 |
partition="head_middle",
|
38 |
snapshots=["2023-06", "2022-49"],
|
39 |
languages=["en", "de"])
|
|
|
33 |
from datasets import load_dataset
|
34 |
|
35 |
ds = load_dataset("togethercomputer/RedPajama-Data-V2",
|
36 |
+
name="default",
|
37 |
partition="head_middle",
|
38 |
snapshots=["2023-06", "2022-49"],
|
39 |
languages=["en", "de"])
|