Update proof-pile-2.py
Browse files- proof-pile-2.py +1 -1
proof-pile-2.py
CHANGED
@@ -173,7 +173,7 @@ class ProofPile2(datasets.GeneratorBasedBuilder):
|
|
173 |
"data_files": list(map(
|
174 |
dl_manager.download,
|
175 |
[
|
176 |
-
f"https://huggingface.co/datasets/EleutherAI/proof-pile-2/
|
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/blob/main/{subset}/{split}/{x}"
|
177 |
for subset in self.config.subsets
|
178 |
for x in _FILES_MAPPING[subset][split]
|
179 |
]
|