Can I train a single model for streaming multilingual ASR and take language input as parameter while inferencing? #2962
Unanswered
hassan-webm
asked this question in
Q&A
Replies: 0 comments
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.
-
Can I train one streaming speech recognition model that works for multiple languages and lets me choose the language during inference? I want it to be like Whisper, where you can pass the language as a parameter when transcribing audio. The goal is to avoid training separate models for each language and instead have a single model that can handle all of them in real time.
Beta Was this translation helpful? Give feedback.
All reactions