Datasets:

Languages:
Polish
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
found
Source Datasets:
original
Tags:
License:
system HF staff commited on
Commit
fbcc94f
1 Parent(s): f6461ee

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. allegro_reviews.py +1 -1
allegro_reviews.py CHANGED
@@ -99,7 +99,7 @@ class AllegroReviews(datasets.GeneratorBasedBuilder):
99
  ]
100
 
101
  def _generate_examples(self, filepath, split):
102
- """ Yields examples. """
103
  with open(filepath, encoding="utf-8") as f:
104
  reader = csv.DictReader(f, delimiter="\t", quoting=csv.QUOTE_NONE)
105
  for id_, row in enumerate(reader):
 
99
  ]
100
 
101
  def _generate_examples(self, filepath, split):
102
+ """Yields examples."""
103
  with open(filepath, encoding="utf-8") as f:
104
  reader = csv.DictReader(f, delimiter="\t", quoting=csv.QUOTE_NONE)
105
  for id_, row in enumerate(reader):