CoolFace
Modelpublic

FunAudioLLM/Fun-CineForge

sourceHugging Faceapache-2.0updated 4mo agoView on Hugging Face
63likes55downloads
configuration.json13 linesDownload Raw Back to speech_fsmn_vad
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}