Upload spider_VALUE.py
Browse files- spider_VALUE.py +1 -0
spider_VALUE.py
CHANGED
|
@@ -142,6 +142,7 @@ class Spider(datasets.GeneratorBasedBuilder):
|
|
| 142 |
|
| 143 |
def _split_generators(self, dl_manager):
|
| 144 |
downloaded_filepath = dl_manager.download_and_extract(_URL)
|
|
|
|
| 145 |
|
| 146 |
return [
|
| 147 |
datasets.SplitGenerator(
|
|
|
|
| 142 |
|
| 143 |
def _split_generators(self, dl_manager):
|
| 144 |
downloaded_filepath = dl_manager.download_and_extract(_URL)
|
| 145 |
+
downloaded_filepath = os.path.join(downloaded_filepath, "data")
|
| 146 |
|
| 147 |
return [
|
| 148 |
datasets.SplitGenerator(
|