RitchieP commited on
Commit
617e4c3
1 Parent(s): d0c0a35

Update VerbaLex_voice.py

Browse files
Files changed (1) hide show
  1. VerbaLex_voice.py +1 -1
VerbaLex_voice.py CHANGED
@@ -109,7 +109,7 @@ class VerbaLexVoiceDataset(datasets.GeneratorBasedBuilder):
109
  return split_generators
110
 
111
  def _generate_examples(self, local_extracted_archive_paths, archives, meta_path):
112
- datasets.logging.set_verbosity_info()
113
  data_fields = list(self._info().features.keys())
114
  metadata = {}
115
  with open(meta_path, encoding="UTF-8") as f:
 
109
  return split_generators
110
 
111
  def _generate_examples(self, local_extracted_archive_paths, archives, meta_path):
112
+ datasets.logging.set_verbosity_debug()
113
  data_fields = list(self._info().features.keys())
114
  metadata = {}
115
  with open(meta_path, encoding="UTF-8") as f: