Datasets:
Tasks:
Question Answering
Modalities:
Text
Sub-tasks:
extractive-qa
Languages:
code
Size:
100K - 1M
License:
Update data script - add Download manager
Browse files- codequeries.py +1 -1
codequeries.py
CHANGED
@@ -167,7 +167,7 @@ class Codequeries(datasets.GeneratorBasedBuilder):
|
|
167 |
citation=_CODEQUERIES_CITATION,
|
168 |
)
|
169 |
|
170 |
-
def _split_generators(self):
|
171 |
dl_dir = ""
|
172 |
if self.config.name in ["prefix", "sliding_window", "file_ideal", "twostep"]:
|
173 |
return [
|
|
|
167 |
citation=_CODEQUERIES_CITATION,
|
168 |
)
|
169 |
|
170 |
+
def _split_generators(self, dl_manager):
|
171 |
dl_dir = ""
|
172 |
if self.config.name in ["prefix", "sliding_window", "file_ideal", "twostep"]:
|
173 |
return [
|