Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
- narrativeqa_manual.py +1 -1
narrativeqa_manual.py
CHANGED
|
@@ -158,7 +158,7 @@ class NarrativeqaManual(datasets.GeneratorBasedBuilder):
|
|
| 158 |
]
|
| 159 |
|
| 160 |
def _generate_examples(self, data_dir, manual_dir, split):
|
| 161 |
-
"""
|
| 162 |
|
| 163 |
documents = {}
|
| 164 |
with open(data_dir["documents"], encoding="utf-8") as f:
|
|
|
|
| 158 |
]
|
| 159 |
|
| 160 |
def _generate_examples(self, data_dir, manual_dir, split):
|
| 161 |
+
"""Yields examples."""
|
| 162 |
|
| 163 |
documents = {}
|
| 164 |
with open(data_dir["documents"], encoding="utf-8") as f:
|