cw1521 commited on
Commit
76b862f
1 Parent(s): 9cec6c1

Upload build_dataset.py

Browse files
Files changed (1) hide show
  1. build_dataset.py +1 -0
build_dataset.py CHANGED
@@ -134,6 +134,7 @@ class NewDataset(datasets.GeneratorBasedBuilder):
134
  # By default the archives will be extracted and a path to a cached folder where they are extracted is returned instead of the archive
135
  urls = _URLS[self.config.name]
136
  data_dir = dl_manager.download_and_extract(urls)
 
137
  file_list = get_file_list()
138
  return [
139
  datasets.SplitGenerator(
 
134
  # By default the archives will be extracted and a path to a cached folder where they are extracted is returned instead of the archive
135
  urls = _URLS[self.config.name]
136
  data_dir = dl_manager.download_and_extract(urls)
137
+ print(data_dir)
138
  file_list = get_file_list()
139
  return [
140
  datasets.SplitGenerator(