system HF staff commited on
Commit
4b03546
1 Parent(s): acac94e

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. multi_re_qa.py +1 -1
multi_re_qa.py CHANGED
@@ -211,7 +211,7 @@ class MultiReQa(datasets.GeneratorBasedBuilder):
211
  ]
212
 
213
  def _generate_examples(self, filepath, split):
214
- """ Yields examples. """
215
  # This method will receive as arguments the `gen_kwargs` defined in the previous `_split_generators` method.
216
  # It is in charge of opening the given file and yielding (key, example) tuples from the dataset
217
  # The key is not important, it's more here for legacy reason (legacy from tfds)
211
  ]
212
 
213
  def _generate_examples(self, filepath, split):
214
+ """Yields examples."""
215
  # This method will receive as arguments the `gen_kwargs` defined in the previous `_split_generators` method.
216
  # It is in charge of opening the given file and yielding (key, example) tuples from the dataset
217
  # The key is not important, it's more here for legacy reason (legacy from tfds)