Replies: 4 comments
-
|
what float is used in whisperx on your deployment. in your Faster-Whisper its float16 |
Beta Was this translation helpful? Give feedback.
-
I do not specify that explicitly. I think it is default to float16 based on the source code. Line 303 in 4db8390 |
Beta Was this translation helpful? Give feedback.
-
|
whisperX has way better timestamp alignment than faster-whisper. |
Beta Was this translation helpful? Give feedback.
-
|
I want to use a stt engine that I'll be implementing into my flutter mobile application. which one do you think I should use for better accuracy and more complete words. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Recently, I compared the performance of WhisperX and Faster-Whisper on RunPod's server using the following code snippet.
WhisperX
Faster-whisper
General Findings
Accuracy Observations
Optimization Questions
I was wondering what parameters in WhisperX I can experiment with or fine-tune in order to:
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions