FunAudioLLM/SenseVoiceSmall
48324k
1{2 "framework": "pytorch",3 "task" : "auto-speech-recognition",4 "model": {"type" : "funasr"},5 "pipeline": {"type":"funasr-pipeline"},6 "model_name_in_hub": {7 "ms":"", 8 "hf":""},9 "file_path_metas": {10 "init_param":"model.pt", 11 "config":"config.yaml",12 "tokenizer_conf": {"bpemodel": "chn_jpn_yue_eng_ko_spectok.bpe.model"},13 "frontend_conf":{"cmvn_file": "am.mvn"}}14}