Try without URL basepath
Browse files- proof-pile-2.py +2 -1
proof-pile-2.py
CHANGED
|
@@ -173,7 +173,8 @@ class ProofPile2(datasets.GeneratorBasedBuilder):
|
|
| 173 |
"data_files": list(map(
|
| 174 |
dl_manager.download,
|
| 175 |
[
|
| 176 |
-
f"https://huggingface.co/datasets/EleutherAI/proof-pile-2/resolve/main/
|
|
|
|
| 177 |
for subset in self.config.subsets
|
| 178 |
for x in _FILES_MAPPING[subset][split]
|
| 179 |
]
|
|
|
|
| 173 |
"data_files": list(map(
|
| 174 |
dl_manager.download,
|
| 175 |
[
|
| 176 |
+
#f"https://huggingface.co/datasets/EleutherAI/proof-pile-2/resolve/main/
|
| 177 |
+
f"{subset}/{split}/{x}"
|
| 178 |
for subset in self.config.subsets
|
| 179 |
for x in _FILES_MAPPING[subset][split]
|
| 180 |
]
|