Datasets:
Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
qa_srl.py
CHANGED
@@ -127,7 +127,7 @@ class QaSrl(datasets.GeneratorBasedBuilder):
|
|
127 |
|
128 |
def _generate_examples(self, filepath):
|
129 |
|
130 |
-
"""
|
131 |
|
132 |
with open(filepath, encoding="utf-8") as f:
|
133 |
|
|
|
127 |
|
128 |
def _generate_examples(self, filepath):
|
129 |
|
130 |
+
"""Yields examples."""
|
131 |
|
132 |
with open(filepath, encoding="utf-8") as f:
|
133 |
|