Datasets:
update
Browse files- SuperLim.py +1 -1
SuperLim.py
CHANGED
@@ -214,7 +214,7 @@ class SuperLim(datasets.GeneratorBasedBuilder):
|
|
214 |
# It can accept any type or nested list/dict and will give back the same structure with the url replaced with path to local files.
|
215 |
# By default the archives will be extracted and a path to a cached folder where they are extracted is returned instead of the archive
|
216 |
#urls = _URLS[self.config.name]
|
217 |
-
data_dir = dl_manager.download_and_extract(os.path.join(_URL,self.config.name))
|
218 |
return [
|
219 |
datasets.SplitGenerator(
|
220 |
name=datasets.Split.TRAIN,
|
|
|
214 |
# It can accept any type or nested list/dict and will give back the same structure with the url replaced with path to local files.
|
215 |
# By default the archives will be extracted and a path to a cached folder where they are extracted is returned instead of the archive
|
216 |
#urls = _URLS[self.config.name]
|
217 |
+
data_dir = dl_manager.download_and_extract(os.path.join(_URL,_TASKS[self.config.name]))
|
218 |
return [
|
219 |
datasets.SplitGenerator(
|
220 |
name=datasets.Split.TRAIN,
|