Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
- hind_encorp.py +1 -1
hind_encorp.py
CHANGED
@@ -105,7 +105,7 @@ class HindEncorp(datasets.GeneratorBasedBuilder):
|
|
105 |
]
|
106 |
|
107 |
def _generate_examples(self, filepath):
|
108 |
-
"""
|
109 |
|
110 |
with open(filepath, encoding="utf-8") as f:
|
111 |
for id_, line in enumerate(f):
|
|
|
105 |
]
|
106 |
|
107 |
def _generate_examples(self, filepath):
|
108 |
+
"""Yields examples."""
|
109 |
|
110 |
with open(filepath, encoding="utf-8") as f:
|
111 |
for id_, line in enumerate(f):
|