Does whisper only support traditional Chinese? #987
Answered
by
jongwook
beiweixiaowang
asked this question in
Q&A
|
I found that the result of Chinese recognition is traditional. Do you support simplified Chinese? |
Answered by
jongwook
Mar 6, 2023
Replies: 3 comments 2 replies
|
It may not support it, Try to use Opencc package to transfer the text. |
2 replies
|
It may transcribe in either form since it was trained on both. Using a converter library as others suggested is a simple way to fix it, and you can also try the prompting method as shown in #277 (comment). |
0 replies
Answer selected by
jongwook
|
Thanks, I'll check it out.
Jong Wook Kim ***@***.***> 于2023年3月6日周一 16:46写道:
… It may transcribe in either form since it was trained on both. Using a
converter library as the others suggested is a simple way to fix it, and
you can also try the prompting method as shown in #277 (comment)
<#277 (comment)>
.
—
Reply to this email directly, view it on GitHub
<#987 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOUGXLY252IQK7Y6VJY6U3LW2WP4PANCNFSM6AAAAAAVD2COXA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It may transcribe in either form since it was trained on both. Using a converter library as others suggested is a simple way to fix it, and you can also try the prompting method as shown in #277 (comment).