Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
- sanskrit_classic.py +1 -1
sanskrit_classic.py
CHANGED
@@ -86,7 +86,7 @@ class SanskritClassic(datasets.GeneratorBasedBuilder):
|
|
86 |
]
|
87 |
|
88 |
def _generate_examples(self, filepath, split):
|
89 |
-
"""
|
90 |
|
91 |
with open(filepath, encoding="utf-8") as f:
|
92 |
for id_, row in enumerate(f):
|
|
|
86 |
]
|
87 |
|
88 |
def _generate_examples(self, filepath, split):
|
89 |
+
"""Yields examples."""
|
90 |
|
91 |
with open(filepath, encoding="utf-8") as f:
|
92 |
for id_, row in enumerate(f):
|