Initial commit: FunASR Speech Recognition Toolkit
Update API Documentation / build-api-docs (push) Has been cancelled
Update API Documentation / build-api-docs (push) Has been cancelled
Add complete FunASR codebase including models, runtime, and documentation.
This commit is contained in:
Executable
+12
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
./build/bin/paraformer-server \
|
||||
--port-id 10100 \
|
||||
--model-dir models/damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch \
|
||||
--online-model-dir models/damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-online \
|
||||
--quantize true \
|
||||
--vad-dir models/damo/speech_fsmn_vad_zh-cn-16k-common-pytorch \
|
||||
--vad-quant true \
|
||||
--punc-dir models/damo/punc_ct-transformer_zh-cn-common-vad_realtime-vocab272727 \
|
||||
--punc-quant true \
|
||||
2>&1
|
||||
Reference in New Issue
Block a user