Datasets:
Tasks:
Text Classification
Multilinguality:
monolingual
Language Creators:
found
Annotations Creators:
expert-generated
Source Datasets:
original
ArXiv:
License:
Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
- kinnews_kirnews.py +1 -1
kinnews_kirnews.py
CHANGED
@@ -122,7 +122,7 @@ class KinnewsKirnews(datasets.GeneratorBasedBuilder):
|
|
122 |
]
|
123 |
|
124 |
def _generate_examples(self, filepath, split):
|
125 |
-
"""
|
126 |
|
127 |
with open(filepath, encoding="utf-8") as csv_file:
|
128 |
csv_reader = csv.reader(
|
122 |
]
|
123 |
|
124 |
def _generate_examples(self, filepath, split):
|
125 |
+
"""Yields examples."""
|
126 |
|
127 |
with open(filepath, encoding="utf-8") as csv_file:
|
128 |
csv_reader = csv.reader(
|