Update README.md

This commit is contained in:
XXXXRT666 2024-03-20 16:22:29 +00:00 committed by GitHub
parent fa0da6092a
commit b9541e864e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -144,9 +144,10 @@ docker run --rm -it --gpus=all --env=is_half=False --volume=G:\GPT-SoVITS-Docker
对于中文自动语音识别(附加),从 [Damo ASR Model](https://modelscope.cn/models/damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch/files), [Damo VAD Model](https://modelscope.cn/models/damo/speech_fsmn_vad_zh-cn-16k-common-pytorch/files), 和 [Damo Punc Model](https://modelscope.cn/models/damo/punc_ct-transformer_zh-cn-common-vocab272727-pytorch/files) 下载模型,并将它们放置在 `tools/damo_asr/models` 中。
对于英语与日语自动语音识别(附加),从 [Faster Whisper Large V3 Model](https://huggingface.co/Systran/faster-whisper-large-v3) 下载模型,并将它们放置在 `tools/damo_asr/models` 中。 此外,[其他模型](https://huggingface.co/Systran)可能具有类似效果,但占用更小的磁盘空间。
中国地区用户可以进入以下链接并点击“下载副本”下载
[Faster Whisper Large V3 Model](https://www.icloud.com/iclouddrive/0c4pQxFs7oWyVU1iMTq2DbmLA#faster-whisper-large-v3)
或者从Hugging Face镜像站下载[Faster Whisper Large V3 Model](https://hf-mirror.com/Systran/faster-whisper-large-v3)。
中国地区用户可以通过以下链接下载:
- [Faster Whisper Large V3 Model](https://www.icloud.com/iclouddrive/0c4pQxFs7oWyVU1iMTq2DbmLA#faster-whisper-large-v3)(点击“下载副本”),
- [Faster Whisper Large V3 Model](https://hf-mirror.com/Systran/faster-whisper-large-v3)(Hugging Face镜像站)。
## 数据集格式