Datasets:
Update SourceData.py
Browse files- SourceData.py +0 -2
SourceData.py
CHANGED
|
@@ -169,8 +169,6 @@ 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 |
-
import pdb; pdb.set_trace()
|
| 173 |
-
|
| 174 |
try:
|
| 175 |
urls = [
|
| 176 |
self._URLS[self.config.name]+"train.jsonl",
|
|
|
|
| 169 |
"""Returns SplitGenerators.
|
| 170 |
Uses local files if a data_dir is specified. Otherwise downloads the files from their official url."""
|
| 171 |
|
|
|
|
|
|
|
| 172 |
try:
|
| 173 |
urls = [
|
| 174 |
self._URLS[self.config.name]+"train.jsonl",
|