-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IndexError in Whisper model: Index out of bounds during token timestamp extraction #12
Comments
Hey, the longform logic is something we will work on next since the transformers implementation is not ideal for our model. However, hopefully for a quick fix you can try to install our custom fork and see if this fixes your problem: If this does not do it let me know and we look into it further together. Best, Laurin |
Thank you for your help, now there is a new error.
|
Hi @GrahLnn, I experienced the same problem some time ago. After diving into the code, I could find a solution. Perhaps is not the best, but it works :') Step by step:
Depending of the length of your audio file, for some reason i don't remember (or perhaps I never understood), the code fails. I hope this helps you :) |
Thank you help @david-gimeno , It's working. |
I tried to transcribe an hour-long audio, but I got this error. I had good results with a two-minute task attempt, so I wanted to try the long audio. Is there any way to fix it? Thank you.
and error
The text was updated successfully, but these errors were encountered: