Commit
·
32b0700
1
Parent(s):
63566b7
Upload TimeIT.py
Browse files
TimeIT.py
CHANGED
@@ -178,6 +178,7 @@ class TimeITDataset(datasets.GeneratorBasedBuilder):
|
|
178 |
# 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.
|
179 |
# By default the archives will be extracted and a path to a cached folder where they are extracted is returned instead of the archive
|
180 |
urls = _URLS[self.config.name]
|
|
|
181 |
data_dir = dl_manager.download_and_extract(urls) # a dict string
|
182 |
ret = []
|
183 |
# control the choice of the instruction
|
|
|
178 |
# 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.
|
179 |
# By default the archives will be extracted and a path to a cached folder where they are extracted is returned instead of the archive
|
180 |
urls = _URLS[self.config.name]
|
181 |
+
print("urls: ", urls)
|
182 |
data_dir = dl_manager.download_and_extract(urls) # a dict string
|
183 |
ret = []
|
184 |
# control the choice of the instruction
|