Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
- enriched_web_nlg.py +1 -1
enriched_web_nlg.py
CHANGED
|
@@ -226,7 +226,7 @@ class EnrichedWebNlg(datasets.GeneratorBasedBuilder):
|
|
| 226 |
]
|
| 227 |
|
| 228 |
def _generate_examples(self, filedirs):
|
| 229 |
-
"""
|
| 230 |
|
| 231 |
id_ = 0
|
| 232 |
for xml_location in filedirs:
|
|
|
|
| 226 |
]
|
| 227 |
|
| 228 |
def _generate_examples(self, filedirs):
|
| 229 |
+
"""Yields examples."""
|
| 230 |
|
| 231 |
id_ = 0
|
| 232 |
for xml_location in filedirs:
|