Datasets:

Languages:
Polish
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
other
Annotations Creators:
expert-generated
Source Datasets:
original
Tags:
License:
system HF staff commited on
Commit
0affb56
1 Parent(s): 4be9963

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. dyk.py +1 -1
dyk.py CHANGED
@@ -81,7 +81,7 @@ class DYK(datasets.GeneratorBasedBuilder):
81
  ]
82
 
83
  def _generate_examples(self, filepath, split):
84
- """ Yields examples. """
85
  with open(filepath, encoding="utf-8") as f:
86
  reader = csv.DictReader(f, delimiter="\t", quoting=csv.QUOTE_NONE)
87
  for id_, row in enumerate(reader):
81
  ]
82
 
83
  def _generate_examples(self, filepath, split):
84
+ """Yields examples."""
85
  with open(filepath, encoding="utf-8") as f:
86
  reader = csv.DictReader(f, delimiter="\t", quoting=csv.QUOTE_NONE)
87
  for id_, row in enumerate(reader):