Datasets:

Sub-tasks:
extractive-qa
Languages:
English
Multilinguality:
monolingual
Size Categories:
1M<n<10M
n<1K
Language Creators:
crowdsourced
Annotations Creators:
expert-generated
Source Datasets:
original
ArXiv:
License:
system HF staff commited on
Commit
e653d90
1 Parent(s): 0533919

Update files from the datasets library (from 1.6.1)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.6.1

Files changed (1) hide show
  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
- """ Yields examples. """
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":