Datasets:
Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
- telugu_news.py +1 -1
telugu_news.py
CHANGED
@@ -108,7 +108,7 @@ class TeluguNews(datasets.GeneratorBasedBuilder):
|
|
108 |
]
|
109 |
|
110 |
def _generate_examples(self, filepath, split):
|
111 |
-
"""
|
112 |
|
113 |
with open(filepath, encoding="utf-8") as csv_file:
|
114 |
csv_reader = csv.reader(csv_file)
|
|
|
108 |
]
|
109 |
|
110 |
def _generate_examples(self, filepath, split):
|
111 |
+
"""Yields examples."""
|
112 |
|
113 |
with open(filepath, encoding="utf-8") as csv_file:
|
114 |
csv_reader = csv.reader(csv_file)
|