Datasets:
Tasks:
Question Answering
Sub-tasks:
extractive-qa
Languages:
English
Size:
1M<n<10M
ArXiv:
License:
Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
- neural_code_search.py +1 -1
neural_code_search.py
CHANGED
@@ -132,7 +132,7 @@ class NeuralCodeSearch(datasets.GeneratorBasedBuilder):
|
|
132 |
]
|
133 |
|
134 |
def _generate_examples(self, datapath, split):
|
135 |
-
"""
|
136 |
id_ = 0
|
137 |
for dp in datapath:
|
138 |
if self.config.name == "evaluation_dataset":
|
|
|
132 |
]
|
133 |
|
134 |
def _generate_examples(self, datapath, split):
|
135 |
+
"""Yields examples."""
|
136 |
id_ = 0
|
137 |
for dp in datapath:
|
138 |
if self.config.name == "evaluation_dataset":
|