clean up logic, use pandas where possibl

This commit is contained in:
Max Bain
2023-01-25 18:42:52 +00:00
parent eec6d1f8d8
commit 286a2f2c14
5 changed files with 426 additions and 429 deletions

View File

@ -2,7 +2,7 @@
## Other Languages
For non-english ASR, it is best to use the `large` whisper model. Alignment models are automatically picked by the chosen language from the default [lists](https://github.com/m-bain/whisperX/blob/e909f2f766b23b2000f2d95df41f9b844ac53e49/whisperx/transcribe.py#L22).
For non-english ASR, it is best to use the `large` whisper model. Alignment models are automatically picked by the chosen language from the default [lists](https://github.com/m-bain/whisperX/blob/main/whisperx/alignment.py#L18).
Currently support default models tested for {en, fr, de, es, it, ja, zh, nl}