Specifiying the input language #60
Replies: 3 comments 2 replies
-
Hi Everyone, Hope, it helps someone who is facing a similar problem. |
Beta Was this translation helpful? Give feedback.
-
Ah yes. Currently, the model will be expecting english input or will be looking to convert the spoken language to english. This is a good find. If you make a PR I will look to merge it. Thanks! |
Beta Was this translation helpful? Give feedback.
-
By the way I did the adjustment on (cli.py )...... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
When I am trying whisper_mic, I see that it is biased towards English. When I run it without --english flag it supposed to recognize speaker's language and decode in that language, right?
However, during my tests, usually it tries to decode in English, although I want to test it in Turkish.
It can hardly decode a few words in Turkish, most of them in English and most other times in other languages.
So, I mean, the auto language recognition is not working properly.
Actually in normal whisper we can specify the language so that it decodes in that language. And it really makes a lot of difference in both speed and accuracy. Although it would be ok even if could correctly detect the language automatically, but usually it can't.
So, I would suggest to add an input --lang parameter to force it decode in that language only.
What do you think guys?
Beta Was this translation helpful? Give feedback.
All reactions