Getting my transcription English script instead of Hindi for a Hindi audio #229
-
Hey Team - When I try to transcribe Hindi audio, I get the transcription in English instead of the Hinid script. Is there a setting that I can change that will enable me to get the output in Hindi itself?
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 8 replies
-
you can try options = whisper.DecodingOptions(language = 'hi', task='transcribe') |
Beta Was this translation helpful? Give feedback.
-
It could be a phenomenon similar to #204 and #194; could you try giving a prompt that might have come before the audio? In general, it's an open research question to reliably control the model to prefer a certain format. |
Beta Was this translation helpful? Give feedback.
-
Thanks! This worked: !whisper ""auido_path" --language Hindi --task transcribe |
Beta Was this translation helpful? Give feedback.
-
Hi @Sarathharidas, I want transcription in English Script instead of Hindi for Hindi audio. (Just opposite of you) I am using yt_whisper so that I can directly transcribe the video with vtt file by a youtube link. Please let me know how can I achieve it. |
Beta Was this translation helpful? Give feedback.
It could be a phenomenon similar to #204 and #194; could you try giving a prompt that might have come before the audio?
In general, it's an open research question to reliably control the model to prefer a certain format.