Replies: 1 comment 6 replies
-
this feature isnt official yet, u have to ask its author |
Beta Was this translation helpful? Give feedback.
6 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.
-
Hello. I used whisper version from this PR, only difference - I changed weights to "small". I'm facing the following issue:

.
I made distorted speech example https://drive.google.com/file/d/12zGWllJg6edftcnwuHX_ZHMuwk7PlVjg/view?usp=sharing .
If I don't set the language of decoding i.e.
options = whisper.DecodingOptions()
, the output is correct in terms of locating mispronounce (I can read this Ukrainian) though it translates it to random language.But if I set 'en' for decoding
options = whisper.DecodingOptions(language="en")
the picture and probabilities are wrong.I checked a few similar audios and result is almost same. Probs are high for each word except the last one.
Beta Was this translation helpful? Give feedback.
All reactions