-
import whisper detect the spoken language_, probs = model.detect_language(mel) #options = whisper.DecodingOptions() print(result.text)
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
This is similar to #203, where the model unfortunately didn't learn to transcribe Somali at all. For the cases like Hindi (#229) or Japanese (#204) where the model mostly recognizes the speech but outputs in a "wrong format", there is a chance to slightly nudge the model to output in a desired format. However, one would need to retrain the model to better support Somali or Bengali. |
Beta Was this translation helpful? Give feedback.
-
No, I didn’t
Mohamed
On Oct 17, 2023, at 12:31 AM, COdXG ***@***.***> wrote:
Did you find way to do Somali speech to text if u do plz let me know I am facing the same issue thank u so much
—
Reply to this email directly, view it on GitHub<#234 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ALQHXXAX6ZTS2LXKKFZBFMLX7YCZJAVCNFSM6AAAAAAQ3Y5FESVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TEOJZGYZDM>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
This is similar to #203, where the model unfortunately didn't learn to transcribe Somali at all.
For the cases like Hindi (#229) or Japanese (#204) where the model mostly recognizes the speech but outputs in a "wrong format", there is a chance to slightly nudge the model to output in a desired format. However, one would need to retrain the model to better support Somali or Bengali.