update hit.py
Browse files
hit.py
CHANGED
@@ -118,7 +118,7 @@ class NewDataset(datasets.GeneratorBasedBuilder):
|
|
118 |
gender = self.config.name
|
119 |
#data_urls = _BASE_URL + rel_path
|
120 |
|
121 |
-
url =
|
122 |
file_structure = dl_manager.download_and_extract(url)
|
123 |
print(file_structure)
|
124 |
|
|
|
118 |
gender = self.config.name
|
119 |
#data_urls = _BASE_URL + rel_path
|
120 |
|
121 |
+
url = "hit_dataset.json"
|
122 |
file_structure = dl_manager.download_and_extract(url)
|
123 |
print(file_structure)
|
124 |
|