Datasets:
Update script-generation.py
Browse files- script-generation.py +0 -2
script-generation.py
CHANGED
|
@@ -144,8 +144,6 @@ class Unsplash(datasets.GeneratorBasedBuilder):
|
|
| 144 |
)
|
| 145 |
|
| 146 |
def _split_generators(self, dl_manager):
|
| 147 |
-
# raise NotImplementedError()
|
| 148 |
-
|
| 149 |
archive_path = Path(dl_manager.download_and_extract(_URL))
|
| 150 |
|
| 151 |
# read all tsv files
|
|
|
|
| 144 |
)
|
| 145 |
|
| 146 |
def _split_generators(self, dl_manager):
|
|
|
|
|
|
|
| 147 |
archive_path = Path(dl_manager.download_and_extract(_URL))
|
| 148 |
|
| 149 |
# read all tsv files
|