Datasets:
Upload build_dataset.py
Browse files- 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(
|