Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
- igbo_monolingual.py +1 -1
igbo_monolingual.py
CHANGED
@@ -271,7 +271,7 @@ class IgboMonolingual(datasets.GeneratorBasedBuilder):
|
|
271 |
]
|
272 |
|
273 |
def _generate_examples(self, filepath, split):
|
274 |
-
"""
|
275 |
if self.config.name == "eze_goes_to_school":
|
276 |
with open(filepath, "r", encoding="utf-8") as f:
|
277 |
json_data = json.load(f)
|
|
|
271 |
]
|
272 |
|
273 |
def _generate_examples(self, filepath, split):
|
274 |
+
"""Yields examples."""
|
275 |
if self.config.name == "eze_goes_to_school":
|
276 |
with open(filepath, "r", encoding="utf-8") as f:
|
277 |
json_data = json.load(f)
|