Datasets:
Update SourceData.py
Browse files- SourceData.py +2 -0
SourceData.py
CHANGED
@@ -169,6 +169,8 @@ class SourceData(datasets.GeneratorBasedBuilder):
|
|
169 |
"""Returns SplitGenerators.
|
170 |
Uses local files if a data_dir is specified. Otherwise downloads the files from their official url."""
|
171 |
|
|
|
|
|
172 |
if self.config.name == "NER":
|
173 |
url = self._URLS["NER"]
|
174 |
data_dir = dl_manager.download(url)
|
|
|
169 |
"""Returns SplitGenerators.
|
170 |
Uses local files if a data_dir is specified. Otherwise downloads the files from their official url."""
|
171 |
|
172 |
+
import pdb; pdb.set_trace()
|
173 |
+
|
174 |
if self.config.name == "NER":
|
175 |
url = self._URLS["NER"]
|
176 |
data_dir = dl_manager.download(url)
|