Datasets:

Languages:
English
Size Categories:
10B<n<100B
ArXiv:
Tags:
math
hails commited on
Commit
48dcb1d
1 Parent(s): f9ee3f2

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(subset, split))
103
  ]
104
  ))
105
  },
 
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
  },