- whisper:https://github.com/openai/whisper/tree/main
参考文章:Whisper OpenAI开源语音识别模型
环境配置
pip install faster-whisper transformers
准备tiny模型
需要其他版本的可以自己下载:https://huggingface.co/openai
- 原始中文语音模型:
https://huggingface.co/openai/whisper-tiny
- 微调后的中文语音模型:
git clone https://huggingface.co/xmzhu/whisper-tiny-zh
- 补下一个:
tokenizer.json
https://huggingface.co/openai/whisper-tiny/resolve/main/tokenizer.json?