update hit.py
Browse files
hit.py
CHANGED
@@ -113,7 +113,7 @@ class NewDataset(datasets.GeneratorBasedBuilder):
|
|
113 |
# 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.
|
114 |
# By default the archives will be extracted and a path to a cached folder where they are extracted is returned instead of the archive
|
115 |
rel_path = _PATHS[self.config.name]
|
116 |
-
data_urls =
|
117 |
print(f"data url: {data_urls}")
|
118 |
archive_paths = dl_manager.download(data_urls)
|
119 |
print*a
|
|
|
113 |
# 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.
|
114 |
# By default the archives will be extracted and a path to a cached folder where they are extracted is returned instead of the archive
|
115 |
rel_path = _PATHS[self.config.name]
|
116 |
+
data_urls = _BASE_URL + rel_path
|
117 |
print(f"data url: {data_urls}")
|
118 |
archive_paths = dl_manager.download(data_urls)
|
119 |
print*a
|