Datasets:

Languages:
English
ArXiv:
Tags:
math
hails commited on
Commit
f264a27
1 Parent(s): bb08afa

Update proof-pile-2.py

Browse files
Files changed (1) hide show
  1. 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.download,
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