Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
liveqa.py
CHANGED
|
@@ -93,7 +93,7 @@ class LiveQA(datasets.GeneratorBasedBuilder):
|
|
| 93 |
]
|
| 94 |
|
| 95 |
def _generate_examples(self, filepaths, split):
|
| 96 |
-
"""
|
| 97 |
|
| 98 |
data_raw = ""
|
| 99 |
for filepath in filepaths:
|
|
|
|
| 93 |
]
|
| 94 |
|
| 95 |
def _generate_examples(self, filepaths, split):
|
| 96 |
+
"""Yields examples."""
|
| 97 |
|
| 98 |
data_raw = ""
|
| 99 |
for filepath in filepaths:
|