Replies: 2 comments
-
I have the same problem |
Beta Was this translation helpful? Give feedback.
0 replies
-
Your code says from faster_whisper import WhisperModel This discussion board is for openai-whisper which is a different project. So in general you should post questions about faster-whisper over there. That said, it certainly looks like a hallucination. You might want to install this whisper and run it from the command line. Test if you get the same results with the large-v2 model on the first minute or so. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am working on a video translation tool where given a video it generates translated subtitles.
Following is the code I am using whiper for.
I am using the Large Model.
But the problem is it generates a transcript like this
Any Suggestions? Or might this be a model hallucination? However, I retired thrice, all having the same results
Here is the audio file I am using
The audio file (extracted from the video) is around 75Mbs and around 1Hr 25 min in length.
Note - It works perfectly for smaller videos of around 2 to 3 minutes.
Thanks in Advance for any help.
Beta Was this translation helpful? Give feedback.
All reactions