Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
- telugu_books.py +1 -1
telugu_books.py
CHANGED
@@ -95,7 +95,7 @@ class TeluguBooks(datasets.GeneratorBasedBuilder):
|
|
95 |
]
|
96 |
|
97 |
def _generate_examples(self, filepath, split):
|
98 |
-
"""
|
99 |
with open(filepath, encoding="utf-8") as csv_file:
|
100 |
csv_reader = csv.reader(csv_file)
|
101 |
for id_, row in enumerate(csv_reader):
|
|
|
95 |
]
|
96 |
|
97 |
def _generate_examples(self, filepath, split):
|
98 |
+
"""Yields examples."""
|
99 |
with open(filepath, encoding="utf-8") as csv_file:
|
100 |
csv_reader = csv.reader(csv_file)
|
101 |
for id_, row in enumerate(csv_reader):
|