Howuhh commited on
Commit
843a6ab
·
1 Parent(s): 3e1d8f4

Upload nle_hf_dataset.py

Browse files
Files changed (1) hide show
  1. nle_hf_dataset.py +1 -1
nle_hf_dataset.py CHANGED
@@ -110,7 +110,7 @@ class NleHfDataset(datasets.GeneratorBasedBuilder):
110
  urls = _URLS[self.config.name]
111
  else:
112
  urls = self.config.data_files["train"]
113
- # print(self.config.data_files["train"])
114
 
115
  filepaths = [dl_manager.download(url) for url in urls]
116
  return [
 
110
  urls = _URLS[self.config.name]
111
  else:
112
  urls = self.config.data_files["train"]
113
+ print(self.config.data_files["train"])
114
 
115
  filepaths = [dl_manager.download(url) for url in urls]
116
  return [