Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
cord19.py
CHANGED
@@ -147,7 +147,7 @@ class Cord19(datasets.GeneratorBasedBuilder):
|
|
147 |
]
|
148 |
|
149 |
def _generate_examples(self, filepath, split):
|
150 |
-
"""
|
151 |
|
152 |
metadata_filepath = filepath["metadata"]
|
153 |
|
|
|
147 |
]
|
148 |
|
149 |
def _generate_examples(self, filepath, split):
|
150 |
+
"""Yields examples."""
|
151 |
|
152 |
metadata_filepath = filepath["metadata"]
|
153 |
|