SenseVoice icon indicating copy to clipboard operation
SenseVoice copied to clipboard

Multilingual Voice Understanding Model

Results 140 SenseVoice issues
Sort by recently updated
recently updated
newest added

demo2.py中第六行,model是什么模块,pip下载不到。

question

是否有计划直接将SenseVoice嵌入到LLM中进行理解,将SenseVoice当作一个AudioEncoder,embedding与LLM融合,让LLM去进行更深层的理解

Hello, Does this LLM help create a pronunciation correction feature? If any resource that can help would be helpful, please feel free to let me know. Regards

question

#### What is your question? OSError: Not found: "C:\Users\逸城\.cache\modelscope\hub\iic\SenseVoiceSmall\chn_jpn_yue_eng_ko_spectok.bpe.model": No such file or directory Error #2 #### Code ![image](https://github.com/user-attachments/assets/a486b2e5-fc1c-4a1c-bf51-0ddc60035dad) #### What have you tried? 检查了文件路径 确实存在,可读 ![image](https://github.com/user-attachments/assets/b375e674-2921-47a8-94a1-3bd3d8841fd2) #### What's your...

question

## 🐛 Bug When I use SenseVoiceSmall to ASR on an Japanese news audio, it's found that all English abbreviations are ignored. Bellow are comparrations of SenseVoiceSmall output and whisper.cpp...

bug

当我安装依赖之后 运行 python webui.py 就提示我:(new_env) PS D:\dm\TTS\SenseVoice-main> python webui.py Traceback (most recent call last): File "D:\dm\TTS\SenseVoice-main\webui.py", line 11, in import torch File "D:\dm\TTS\SenseVoice-main\new_env\lib\site-packages\torch\__init__.py", line 148, in raise err OSError: [WinError...

bug

请问SenseVoice可以部署到手机本地运行吗?有没有相关的demo