From 139826e10c9915bace1f214340b43b1b4b25768f Mon Sep 17 00:00:00 2001 From: hrz <1710360675@qq.com> Date: Thu, 6 Feb 2025 13:54:13 +0800 Subject: [PATCH] =?UTF-8?q?update=EF=BC=9A=E5=A2=9E=E5=8A=A0SenseVoiceSmal?= =?UTF-8?q?l=E6=A8=A1=E5=9E=8B=E4=B8=8B=E8=BD=BD=E8=B7=AF=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++-- README_en.md | 12 +++++++++++- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 307c76bf..0b1a8ce8 100644 --- a/README.md +++ b/README.md @@ -182,8 +182,9 @@ pip install -r requirements.txt ### 3.下载语音识别模型 -下载模型文件[SenseVoiceSmall](https://modelscope.cn/models/iic/SenseVoiceSmall/resolve/master/model.pt)到 -`model/SenseVoiceSmall`目录下 +默认使用`SenseVoiceSmall`模型,进行语音转文字。因为模型较大,需要独立下载,下载后把`model.pt`文件放在`model/SenseVoiceSmall`目录下。下面两个下载路线任选一个。 +- 线路一:阿里魔塔下载[SenseVoiceSmall](https://modelscope.cn/models/iic/SenseVoiceSmall/resolve/master/model.pt) +- 线路二:百度网盘下载[SenseVoiceSmall](https://pan.baidu.com/share/init?surl=QlgM58FHhYv1tFnUT_A8Sg&pwd=qvna) 提取码: `qvna` ### 4.配置项目 diff --git a/README_en.md b/README_en.md index 8c64bfb7..531b77d7 100644 --- a/README_en.md +++ b/README_en.md @@ -196,6 +196,15 @@ pip install -r requirements.txt Download [SenseVoiceSmall](https://modelscope.cn/models/iic/SenseVoiceSmall/resolve/master/model.pt) to `model/SenseVoiceSmall`. +By default, the `SenseVoiceSmall` model is used to convert voice to text. Because the model is large, it needs to be +downloaded independently. After downloading, place the `model.pt` file in the `model/SenseVoiceSmall` directory. Choose +any of the following two download routes. + +- Line 1: Download Ali Magic + Tower[SenseVoiceSmall](https://modelscope.cn/models/iic/SenseVoiceSmall/resolve/master/model.pt) +- Line 2: Baidu Netdisk download[SenseVoiceSmall](https://pan.baidu.com/share/init?surl=QlgM58FHhYv1tFnUT_A8Sg&pwd=qvna) + 提取码: `qvna` + ### 4.Configure Project Modify the `config.yaml` file to configure the various parameters required for this project. The default LLM uses @@ -373,4 +382,5 @@ VAD: - This project is inspired by the [Bailin Voice Dialogue Robot](https://github.com/wwbin2017/bailing) project, and the basic idea of the project is completed。 - Thanks to [Tencent Cloud] (https://cloud.tencent.com/) for providing free docker space for this project。 -- Thanks to [tenclass](https://www.tenclass.com/)Provide adequate documentation support on Xiaozhi Communication Protocol。 +- Thanks to [tenclass](https://www.tenclass.com/)Provide adequate documentation support on Xiaozhi Communication + Protocol。