Skip to content
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

How to support auto language #226

Open
kimilee7788 opened this issue Oct 17, 2024 · 2 comments
Open

How to support auto language #226

kimilee7788 opened this issue Oct 17, 2024 · 2 comments

Comments

@kimilee7788
Copy link

In OpenAI’s Whisper model, setting the language to “auto” allows for automatic language detection, enabling multilingual transcription. However, in WhisperKit, this “auto” setting doesn’t seem to function as expected. Could you advise on how to implement automatic language recognition within WhisperKit?

@atiorh
Copy link
Contributor

atiorh commented Oct 17, 2024

When do you not set the language, WhisperKit will let Whisper infer the language in its input. Could you please share an example of unexpected behavior you are observing? (Ideally an input audio file and the model version used)

Note that it could be a failure of Whisper to correctly detect the language as well.

@Alonnasi
Copy link

Hi, I have a question regarding this issue subject.
As mentioned by atriorh, I've managed to detect the language.. But I'm having difficulty Setting a Specific Language to detect in a Transcribe task.
Any help with that please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants