polinaeterna HF staff commited on
Commit
82b1f3f
1 Parent(s): 1ac0234

return splits in split_generators

Browse files
Files changed (1) hide show
  1. peoples_speech.py +2 -0
peoples_speech.py CHANGED
@@ -192,6 +192,8 @@ class PeoplesSpeech(datasets.GeneratorBasedBuilder):
192
  )
193
  )
194
 
 
 
195
  def _generate_examples(self, local_extracted_archive_paths, archives, manifest_path):
196
  meta = dict()
197
  with open(manifest_path, "r", encoding="utf-8") as f:
192
  )
193
  )
194
 
195
+ return split_generators
196
+
197
  def _generate_examples(self, local_extracted_archive_paths, archives, manifest_path):
198
  meta = dict()
199
  with open(manifest_path, "r", encoding="utf-8") as f: