mirror of
https://github.com/m-bain/whisperX.git
synced 2025-07-01 18:17:27 -04:00
clean up logic, use pandas where possibl
This commit is contained in:
@ -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}
|
||||
|
||||
|
Reference in New Issue
Block a user