Datasets:

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

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. ro_sent.py +1 -1
ro_sent.py CHANGED
@@ -109,7 +109,7 @@ class RoSent(datasets.GeneratorBasedBuilder):
109
  ]
110
 
111
  def _generate_examples(self, filepath):
112
- """ Yields examples. """
113
 
114
  with open(filepath, encoding="utf-8") as f:
115
  data = csv.DictReader(f, delimiter=",", quotechar='"')
109
  ]
110
 
111
  def _generate_examples(self, filepath):
112
+ """Yields examples."""
113
 
114
  with open(filepath, encoding="utf-8") as f:
115
  data = csv.DictReader(f, delimiter=",", quotechar='"')