You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Batching speeds up the transcription process by a lot. The only reason I wish to use faster_whisper is cause it provides things like verbose, word level transcription
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Large-v3 is very fast with batching as shown here --- https://huggingface.co/openai/whisper-large-v3
Batching speeds up the transcription process by a lot. The only reason I wish to use faster_whisper is cause it provides things like verbose, word level transcription
Additionally support for various input params like best_of, beam_size etc all of which are supported by whisper - https://github.com/openai/whisper/blob/main/whisper/transcribe.py
Beta Was this translation helpful? Give feedback.
All reactions