| README_zh.md | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
README_zh.md
@@ -87,7 +87,7 @@ # for the long duration wav, you could add vad model # model = AutoModel(model="paraformer-zh", vad_model="fsmn-vad") res = model(input="asr_example_zh.wav", batch_size=5000) res = model(input="asr_example_zh.wav", batch_size=64) print(res) ``` 注:`model_hub`:表示模型仓库,`ms`为选择modelscope下载,`hf`为选择huggingface下载。