You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there i want to know if is it possible to convert an audio who's source language is hindi an then transcribe to Indian English also known as Hinglish.
No, "Hinglish" is not a supported language in the whisper models.
You can try to set lang to hindi and work with a perpetual hinglish prompt (e.g. 2 short sentences that always stay on the left side in prompt), but i doubt that the results will be stable/satisfying.
Hey there i want to know if is it possible to convert an audio who's source language is hindi an then transcribe to Indian English also known as Hinglish.
When i use model large-v3-turbo with language
model.transcribe(audio='audio.mp3', language="hi", word_timestamps=True)
I get output as:
00:00:00,000 --> 00:00:00,320
पता
00:00:00,320 --> 00:00:00,440
है
00:00:00,440 --> 00:00:01,080
सबसे
00:00:01,080 --> 00:00:01,540
डरावनी
I want it as Indian English (Example) :
00:00:00,000 --> 00:00:00,320
Pata
00:00:00,320 --> 00:00:00,440
hai
00:00:00,440 --> 00:00:01,080
sabse
00:00:01,080 --> 00:00:01,540
darawani
But if i set the language to "en" i get output as:
00:00:00,000 --> 00:00:00,320
Do
00:00:00,320 --> 00:00:00,440
you
00:00:00,440 --> 00:00:01,080
know
00:00:01,080 --> 00:00:01,540
that
The text was updated successfully, but these errors were encountered: