Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
- web_nlg.py +1 -1
web_nlg.py
CHANGED
@@ -247,7 +247,7 @@ class WebNlg(datasets.GeneratorBasedBuilder):
|
|
247 |
]
|
248 |
|
249 |
def _generate_examples(self, filedirs):
|
250 |
-
"""
|
251 |
|
252 |
id_ = 0
|
253 |
for xml_location in filedirs:
|
|
|
247 |
]
|
248 |
|
249 |
def _generate_examples(self, filedirs):
|
250 |
+
"""Yields examples."""
|
251 |
|
252 |
id_ = 0
|
253 |
for xml_location in filedirs:
|