Datasets:

Sub-tasks:
rdf-to-text
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
crowdsourced
Annotations Creators:
found
Source Datasets:
extended|other-web-nlg
Tags:
License:
system HF staff commited on
Commit
73823d9
1 Parent(s): b60c3fe

Update files from the datasets library (from 1.6.1)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.6.1

Files changed (1) hide show
  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
- """ Yields examples. """
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: