usefulsensors / useful-transformers

Efficient Inference of Transformer models
GNU General Public License v3.0
361 stars 34 forks source link

提问 #17

Open YuRui997 opened 12 months ago

YuRui997 commented 12 months ago

请问为啥会把中文wav文件识别为英语

keveman commented 12 months ago

The transcribe_wav does only transcription to English. It is provided only as an example. Look at translate_wav.py for translation from Chinese to English. You can also do transcription to Chinese by using the tiny (not tiny.en) model.