chidiwilliams / buzz

Buzz transcribes and translates audio offline on your personal computer. Powered by OpenAI's Whisper.
https://chidiwilliams.github.io/buzz
MIT License
11.86k stars 888 forks source link

Simplified Chinese (zh-CN) instead of Traditional Chinese (zh-TW). #845

Closed kekeyo1314 closed 1 month ago

kekeyo1314 commented 1 month ago

I need the output to be in Simplified Chinese (zh-CN) instead of Traditional Chinese (zh-TW).

raivisdejus commented 1 month ago

Whisper built in models that are used in Buzz do not offer ability to distinguish different Chinese variants.

You can try to use some whisper variant from Huggingface https://huggingface.co/models?sort=trending&search=whisper+zh-cn

Select "Huggingface" whisper type and enter model identificator. If you find some model that works well, please tell us what model is good here, that may be useful for others