Datasets:

Languages:
English
ArXiv:
Tags:
math
hails commited on
Commit
40775be
1 Parent(s): eddd9d5

Try without URL basepath

Browse files
Files changed (1) hide show
  1. 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/{subset}/{split}/{x}"
 
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
  ]