Upload nle_hf_dataset.py
Browse files- nle_hf_dataset.py +2 -2
nle_hf_dataset.py
CHANGED
@@ -38,8 +38,8 @@ _HOMEPAGE = ""
|
|
38 |
_LICENSE = ""
|
39 |
|
40 |
_URLS = {
|
41 |
-
"data": "nle_hf_dataset/tree/main/data",
|
42 |
-
"metadata": "nle_hf_dataset/tree/main/metadata",
|
43 |
}
|
44 |
|
45 |
class NleHfDataset(datasets.GeneratorBasedBuilder):
|
|
|
38 |
_LICENSE = ""
|
39 |
|
40 |
_URLS = {
|
41 |
+
"data": "https://huggingface.co/datasets/Howuhh/nle_hf_dataset/tree/main/data",
|
42 |
+
"metadata": "https://huggingface.co/datasets/Howuhh/nle_hf_dataset/tree/main/metadata",
|
43 |
}
|
44 |
|
45 |
class NleHfDataset(datasets.GeneratorBasedBuilder):
|