Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
expert-generated
found
Source Datasets:
original
ArXiv:
License:
system HF staff commited on
Commit
5a64eb8
1 Parent(s): 6dfa57d

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. ecthr_cases.py +1 -1
ecthr_cases.py CHANGED
@@ -179,7 +179,7 @@ class EcthrCases(datasets.GeneratorBasedBuilder):
179
  def _generate_examples(
180
  self, filepath, split # method parameters are unpacked from `gen_kwargs` as given in `_split_generators`
181
  ):
182
- """ Yields examples as (key, example) tuples. """
183
 
184
  with open(filepath, encoding="utf-8") as f:
185
  for id_, row in enumerate(f):
179
  def _generate_examples(
180
  self, filepath, split # method parameters are unpacked from `gen_kwargs` as given in `_split_generators`
181
  ):
182
+ """Yields examples as (key, example) tuples."""
183
 
184
  with open(filepath, encoding="utf-8") as f:
185
  for id_, row in enumerate(f):