Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
- msr_sqa.py +1 -1
msr_sqa.py
CHANGED
@@ -152,7 +152,7 @@ class MsrSQA(datasets.GeneratorBasedBuilder):
|
|
152 |
]
|
153 |
|
154 |
def _generate_examples(self, filepath, data_dir):
|
155 |
-
"""
|
156 |
|
157 |
with open(filepath, encoding="utf-8") as f:
|
158 |
reader = csv.DictReader(f, delimiter="\t")
|
|
|
152 |
]
|
153 |
|
154 |
def _generate_examples(self, filepath, data_dir):
|
155 |
+
"""Yields examples."""
|
156 |
|
157 |
with open(filepath, encoding="utf-8") as f:
|
158 |
reader = csv.DictReader(f, delimiter="\t")
|