beki commited on
Commit
07ac30c
1 Parent(s): c625409

Update privy.py

Browse files
Files changed (1) hide show
  1. privy.py +1 -1
privy.py CHANGED
@@ -225,7 +225,7 @@ class NewDataset(datasets.GeneratorBasedBuilder):
225
  )
226
 
227
  def _split_generators(self, dl_manager):
228
- data_dir = "./"
229
  size = "small"
230
  if self.config.name == "large": # This is the name of the configuration selected in BUILDER_CONFIGS above
231
  size = "large"
 
225
  )
226
 
227
  def _split_generators(self, dl_manager):
228
+ data_dir = os.getcwd()
229
  size = "small"
230
  if self.config.name == "large": # This is the name of the configuration selected in BUILDER_CONFIGS above
231
  size = "large"