system HF staff commited on
Commit
6b6d3ab
1 Parent(s): 7a51f6a

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. senti_ws.py +1 -1
senti_ws.py CHANGED
@@ -116,7 +116,7 @@ class SentiWS(datasets.GeneratorBasedBuilder):
116
  ]
117
 
118
  def _generate_examples(self, sourcefiles, split):
119
- """ Yields examples. """
120
  # TODO: This method will receive as arguments the `gen_kwargs` defined in the previous `_split_generators` method.
121
  # It is in charge of opening the given file and yielding (key, example) tuples from the dataset
122
  # The key is not important, it's more here for legacy reason (legacy from tfds)
 
116
  ]
117
 
118
  def _generate_examples(self, sourcefiles, split):
119
+ """Yields examples."""
120
  # TODO: This method will receive as arguments the `gen_kwargs` defined in the previous `_split_generators` method.
121
  # It is in charge of opening the given file and yielding (key, example) tuples from the dataset
122
  # The key is not important, it's more here for legacy reason (legacy from tfds)