| 1234567891011121314 |
- {
- "framework": "pytorch",
- "task" : "auto-speech-recognition",
- "model": {"type" : "funasr"},
- "pipeline": {"type":"funasr-pipeline"},
- "model_name_in_hub": {
- "ms":"iic/speech_seaco_paraformer_large_asr_nat-zh-cn-16k-common-vocab8404-pytorch",
- "hf":""},
- "file_path_metas": {
- "init_param":"model.pt",
- "config":"config.yaml",
- "tokenizer_conf": {"token_list": "tokens.json", "seg_dict_file": "seg_dict"},
- "frontend_conf":{"cmvn_file": "am.mvn"}}
- }
|