Datasets:
Tasks:
Question Answering
Sub-tasks:
multiple-choice-qa
Languages:
English
Size:
10K<n<100K
ArXiv:
License:
Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
- mc_taco.py +1 -1
mc_taco.py
CHANGED
@@ -99,7 +99,7 @@ class McTaco(datasets.GeneratorBasedBuilder):
|
|
99 |
]
|
100 |
|
101 |
def _generate_examples(self, filepath):
|
102 |
-
"""
|
103 |
with open(filepath, encoding="utf-8") as csv_file:
|
104 |
csv_reader = csv.reader(
|
105 |
csv_file,
|
|
|
99 |
]
|
100 |
|
101 |
def _generate_examples(self, filepath):
|
102 |
+
"""Yields examples."""
|
103 |
with open(filepath, encoding="utf-8") as csv_file:
|
104 |
csv_reader = csv.reader(
|
105 |
csv_file,
|