Update VerbaLex_voice.py
Browse files- 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.
|
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:
|