File size: 737 Bytes
9f014a8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
{
"framework": "pytorch",
"task" : "auto-speech-recognition",
"model": {"type" : "funasr"},
"pipeline": {"type":"funasr-pipeline"},
"vad_model": "iic/speech_fsmn_vad_zh-cn-16k-common-pytorch",
"punc_model": "iic/punc_ct-transformer_cn-en-common-vocab471067-large",
"lm_model": "iic/speech_transformer_lm_zh-cn-common-vocab8404-pytorch",
"spk_model": "iic/speech_campplus_sv_zh-cn_16k-common",
"model_name_in_hub": {
"ms":"iic/speech_paraformer-large-vad-punc_asr_nat-en-16k-common-vocab10020",
"hf":""},
"file_path_metas": {
"init_param":"model.pt",
"config":"config.yaml",
"tokenizer_conf": {"token_list": "tokens.json", "bpemodel": "bpe.model"},
"frontend_conf":{"cmvn_file": "am.mvn"}}
}
|