SenseVoice
SenseVoice copied to clipboard
Multilingual Voice Understanding Model
Notice: In order to resolve issues more efficiently, please raise issue following the template. (注意:为了更加高效率解决您遇到的问题,请按照模板提问,补充细节) ## ❓ Questions and Help ### Before asking: 1. search the issues. 2. search the...
Notice: In order to resolve issues more efficiently, please raise issue following the template. (注意:为了更加高效率解决您遇到的问题,请按照模板提问,补充细节) ## ❓ Questions and Help ### Before asking: 1. search the issues. 2. search the...
Notice: In order to resolve issues more efficiently, please raise issue following the template. (注意:为了更加高效率解决您遇到的问题,请按照模板提问,补充细节)
## 🐛 Bug 开启时间戳功能后,某些音频遇到报错:IndexError: list index out of range 发生在funasr\models\sense_voice\model.py: line941 timestamp.append([tokens[token_id], ts_left, ts_right]) ### To Reproduce res = m.inference( data_in=audio_path, language="auto", use_itn=True, ban_emo_unk=False, output_timestamp=True, batch_size_s=30, **kwargs, ) ### Environment...
如何使用GPU
使用模型iic/SenseVoiceSmall推理的时候,监控gpu运行情况watch -d -n 0.5 nvidia-smi 查看到并没有使用gpu,如何使用呢,是否需要设置什么参数
语音消息是:有没有什么好玩的事情发生? 我在本地使用mac部署的时候识别成功,但是部署在centos上之后识别的就是乱码了,请问这个是怎么回事?
[cf15582d-a84b-475b-bc80-385481f189b1.zip](https://github.com/user-attachments/files/20718943/cf15582d-a84b-475b-bc80-385481f189b1.zip) 掉了很多字 这是我调用得参数 res = self.sense_voice_model.generate( input=str(params["url"]), cache={}, language="auto", # "zn", "en", "yue", "ja", "ko", "nospeech" use_itn=True, batch_size_s=60, merge_vad=True, merge_length_s=15, ban_emo_unk=True ) text = rich_transcription_postprocess(res[0]["text"]) return text
Notice: In order to resolve issues more efficiently, please raise issue following the template. (注意:为了更加高效率解决您遇到的问题,请按照模板提问,补充细节) ## ❓ Questions and Help ### Before asking: 1. search the issues. 2. search the...
Notice: In order to resolve issues more efficiently, please raise issue following the template. (注意:为了更加高效率解决您遇到的问题,请按照模板提问,补充细节) ## 🐛 Bug With a fresh install, run ./finetune.sh and it will fail, even if...