use rel path
Browse files- Invalsi.py +2 -1
Invalsi.py
CHANGED
@@ -95,7 +95,8 @@ class invalsi(datasets.GeneratorBasedBuilder):
|
|
95 |
# 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.
|
96 |
# By default the archives will be extracted and a path to a cached folder where they are extracted is returned instead of the archive
|
97 |
urls = _URLS[self.config.name]
|
98 |
-
data_dir = dl_manager.download_and_extract(urls)
|
|
|
99 |
if self.config.name == "mate":
|
100 |
data_file = "invalsi_mate_data/invalsi_mate_clean.csv"
|
101 |
elif self.config.name == "ita":
|
|
|
95 |
# 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.
|
96 |
# By default the archives will be extracted and a path to a cached folder where they are extracted is returned instead of the archive
|
97 |
urls = _URLS[self.config.name]
|
98 |
+
# data_dir = dl_manager.download_and_extract(urls)
|
99 |
+
data_dir = "./"
|
100 |
if self.config.name == "mate":
|
101 |
data_file = "invalsi_mate_data/invalsi_mate_clean.csv"
|
102 |
elif self.config.name == "ita":
|