Datasets:
Tasks:
Automatic Speech Recognition
Formats:
parquet
Size:
10K - 100K
Tags:
speech-recognition
License:
Update pangloss.py
Browse files- pangloss.py +2 -2
pangloss.py
CHANGED
|
@@ -191,8 +191,8 @@ class NewDataset(datasets.GeneratorBasedBuilder):
|
|
| 191 |
|
| 192 |
|
| 193 |
# if __name__ == "__main__":
|
| 194 |
-
|
| 195 |
-
|
| 196 |
|
| 197 |
# datasets-cli test datasets/pangloss --save_infos --all_configs
|
| 198 |
# datasets-cli dummy_data datasets/pangloss --auto_generate
|
|
|
|
| 191 |
|
| 192 |
|
| 193 |
# if __name__ == "__main__":
|
| 194 |
+
# for language in _LANGUAGES.keys():
|
| 195 |
+
# datasets.load_dataset("pangloss.py", language)
|
| 196 |
|
| 197 |
# datasets-cli test datasets/pangloss --save_infos --all_configs
|
| 198 |
# datasets-cli dummy_data datasets/pangloss --auto_generate
|