Datasets:

Languages:
English
ArXiv:
Tags:
math
hails commited on
Commit
89c96f9
1 Parent(s): 48dcb1d

Update proof-pile-2.py

Browse files
Files changed (1) hide show
  1. proof-pile-2.py +1 -1
proof-pile-2.py CHANGED
@@ -99,7 +99,7 @@ class ProofPile2(datasets.GeneratorBasedBuilder):
99
  [
100
  x
101
  for subset in self.config.subsets
102
- for x in dl_manager.iter_files(os.path.join("https://huggingface.co/datasets/EleutherAI/proof-pile-2/tree/main/", subset, split))
103
  ]
104
  ))
105
  },
 
99
  [
100
  x
101
  for subset in self.config.subsets
102
+ for x in dl_manager.iter_files("https://huggingface.co/datasets/EleutherAI/proof-pile-2/tree/main/{subset}/{split}")
103
  ]
104
  ))
105
  },