Update OntoLAMA.py
Browse files- OntoLAMA.py +1 -0
OntoLAMA.py
CHANGED
@@ -137,6 +137,7 @@ class OntoLAMA(datasets.GeneratorBasedBuilder):
|
|
137 |
# By default the archives will be extracted and a path to a cached folder where they are extracted is returned instead of the archive
|
138 |
urls = _URL(self.config.name)
|
139 |
data_dir = dl_manager.download_and_extract(urls)
|
|
|
140 |
return [
|
141 |
datasets.SplitGenerator(
|
142 |
name=datasets.Split.TRAIN,
|
|
|
137 |
# By default the archives will be extracted and a path to a cached folder where they are extracted is returned instead of the archive
|
138 |
urls = _URL(self.config.name)
|
139 |
data_dir = dl_manager.download_and_extract(urls)
|
140 |
+
print(data_dir)
|
141 |
return [
|
142 |
datasets.SplitGenerator(
|
143 |
name=datasets.Split.TRAIN,
|