Replies: 1 comment
-
I tried beam_size up to 60 and stil have a lot of errors after 10-15 minutes. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I try to transcribe audio about 30 minutes long. And after 10-12 minutes of transcribe Whisper starts to make a lot of errors in text. Why?
I use model large-v3 and cuda.
And this is my code:
result = model.transcribe(audio, language='ru', beam_size=5, best_of=None, verbose=False, suppress_tokens="")
Beta Was this translation helpful? Give feedback.
All reactions