Whisper leaves out chunks of speech in longer transcript #2124
Replies: 3 comments 11 replies
-
if u run locally, there's no limit if u using openai api, your question should be asked at: https://community.openai.com/tag/whisper |
Beta Was this translation helpful? Give feedback.
-
Thanks for your reply! Even though the prompt may not be the reason for the bug, would you have a recommendation for a solution? |
Beta Was this translation helpful? Give feedback.
-
By testing earlier version of whisper (such as 20230124), I noticed that these chunks are not left out in the transcript. As we are depending on the word-timestamps of the newer versions of whisper, is there any way to get an equally permissive behavior in newer versions of whisper? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear community,
we want to transcribe speech of up to 1 hour. However, if we use the whisper model larger-v2 with the limitation of 25 mb (so we chunk the files), multiple parts of the speech with a length of 10 to 40 seconds each are missing. We noticed, that the length of these missing pieces also depends on the prompt which is necessarily rather long.
Do you have a solution for that problem?
Best,
Christian
Beta Was this translation helpful? Give feedback.
All reactions