Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README #827

Merged
merged 21 commits into from
Mar 21, 2024
Merged
Prev Previous commit
Next Next commit
Update README.md
  • Loading branch information
XXXXRT666 committed Mar 20, 2024
commit ff6ac3568508a990e61ace8decb3f695e8f1f1f0
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,13 @@ Users in China region can download these two models by entering the links below

For Chinese ASR (additionally), download models from [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), and [Damo Punc Model](https://modelscope.cn/models/damo/punc_ct-transformer_zh-cn-common-vocab272727-pytorch/files) and place them in `tools/damo_asr/models`.

For English or Japanese ASR (additionally), download models from [Faster Whisper Large V3 Model](https://huggingface.co/Systran/faster-whisper-large-v3) and place them in `tools/damo_asr/models`. Also, [other models](https://huggingface.co/Systran) may have the similar effect with smaller disk footprint. Users in China region can download [Faster Whisper Large V3 Model](https://www.icloud.com/iclouddrive/0c4pQxFs7oWyVU1iMTq2DbmLA#faster-whisper-large-v3)(clicking "Download a copy") or download [Faster Whisper Large V3 Model](https://hf-mirror.com/Systran/faster-whisper-large-v3) from HuggingFace mirror site
For English or Japanese ASR (additionally), download models from [Faster Whisper Large V3 Model](https://huggingface.co/Systran/faster-whisper-large-v3) and place them in `tools/damo_asr/models`. Also, [other models](https://huggingface.co/Systran) may have the similar effect with smaller disk footprint.

Users in China region can download this model by entering the links below

- [Faster Whisper Large V3 Model](https://www.icloud.com/iclouddrive/0c4pQxFs7oWyVU1iMTq2DbmLA#faster-whisper-large-v3) (clicking "Download a copy")

- [Faster Whisper Large V3 Model](https://hf-mirror.com/Systran/faster-whisper-large-v3) (HuggingFace mirror site)

## Dataset Format

Expand Down