Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
- common_voice.py +1 -1
common_voice.py
CHANGED
@@ -696,7 +696,7 @@ class CommonVoice(datasets.GeneratorBasedBuilder):
|
|
696 |
]
|
697 |
|
698 |
def _generate_examples(self, filepath, path_to_clips):
|
699 |
-
"""
|
700 |
data_fields = list(self._info().features.keys())
|
701 |
path_idx = data_fields.index("path")
|
702 |
|
|
|
696 |
]
|
697 |
|
698 |
def _generate_examples(self, filepath, path_to_clips):
|
699 |
+
"""Yields examples."""
|
700 |
data_fields = list(self._info().features.keys())
|
701 |
path_idx = data_fields.index("path")
|
702 |
|