FunAudioLLM/Fun-CineForge
6355
1{2 "framework": "pytorch",3 "task" : "voice-activity-detection",4 "pipeline": {"type":"funasr-pipeline"},5 "model": {"type" : "funasr"},6 "file_path_metas": {7 "init_param":"model.pt", 8 "config":"config.yaml",9 "frontend_conf":{"cmvn_file": "am.mvn"}},10 "model_name_in_hub": {11 "ms":"iic/speech_fsmn_vad_zh-cn-16k-common-pytorch", 12 "hf":""}13}