Update proof-pile-2.py
Browse files- proof-pile-2.py +1 -1
proof-pile-2.py
CHANGED
@@ -171,7 +171,7 @@ class ProofPile2(datasets.GeneratorBasedBuilder):
|
|
171 |
# These kwargs will be passed to _generate_examples
|
172 |
gen_kwargs={
|
173 |
"data_files": list(map(
|
174 |
-
dl_manager.
|
175 |
[
|
176 |
f"https://huggingface.co/datasets/EleutherAI/proof-pile-2/resolve/main/{subset}/{split}/{x}"
|
177 |
for subset in self.config.subsets
|
|
|
171 |
# These kwargs will be passed to _generate_examples
|
172 |
gen_kwargs={
|
173 |
"data_files": list(map(
|
174 |
+
dl_manager.download_and_extract,
|
175 |
[
|
176 |
f"https://huggingface.co/datasets/EleutherAI/proof-pile-2/resolve/main/{subset}/{split}/{x}"
|
177 |
for subset in self.config.subsets
|