Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Medium and Large model of whisper (just below this thread, I have downloaded) #31

Open
wewesmil opened this issue Apr 19, 2024 · 3 comments

Comments

@wewesmil
Copy link

English audio to Korean (not using API, using the whisper Language: Korean)
I have tried with the Medium and Large Whisper model from below this thread.

having issue of keep getting half of the transcribe in english.. please see the attachment.
ScreenShot 2024-04-19 14 38 36

ScreenShot 2024-04-19 14 36 36
@wewesmil
Copy link
Author

the above scrennshot was using the Medium
and below screenshot is by using Large from below thread that you posted download link.
ScreenShot 2024-04-19 14 41 59

Seems like the whisper transcribe is not working in korean at all from some point..

@Marksdo
Copy link
Owner

Marksdo commented Apr 20, 2024

1.use audio's language model (in your tips is should be an English Model) to transcribe

2.then use translate engine to translate english to korean

@Marksdo
Copy link
Owner

Marksdo commented Apr 20, 2024

you can use automation step to do translate after transcribe finished.

Deepl has free api token, you can found it in the web, or some free docker image can free use it to translate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants