Is there a way to keep certain words or phrases in their original form? #2271
Unanswered
invalidname1911
asked this question in
Q&A
Replies: 1 comment
-
whisper doesn't generate the "original form" unless you request to transcribe the audio (rather than translate). You may want to post-process a translation and a transcription, see for example |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
im trying to use whisper to translate japanese recorded video into transcript, and the video is used for education purpose.
However, If i want to specifiy some word doesn't need translation, for example, the expected output is something like this:
"こんにちは" is "good morning". We want some part of our paragraph as the orginal it is.
However the whisper would translate the whole sentence: (chinese language in transcription video)
the inital input:
早晨日文是「こんにちは」
input after using whisper:
Morning in Japanese is “morning”
Is there a way to keep certain words or phrases in their original form?
Beta Was this translation helpful? Give feedback.
All reactions