Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
- proto_qa.py +1 -1
proto_qa.py
CHANGED
@@ -160,7 +160,7 @@ class ProtoQA(datasets.GeneratorBasedBuilder):
|
|
160 |
]
|
161 |
|
162 |
def _generate_examples(self, filepath):
|
163 |
-
"""
|
164 |
|
165 |
if self.config.name == "proto_qa_cs_assessments":
|
166 |
with open(filepath, encoding="utf-8") as f:
|
|
|
160 |
]
|
161 |
|
162 |
def _generate_examples(self, filepath):
|
163 |
+
"""Yields examples."""
|
164 |
|
165 |
if self.config.name == "proto_qa_cs_assessments":
|
166 |
with open(filepath, encoding="utf-8") as f:
|