CoolFace
Modelpublic

FunAudioLLM/Fun-CineForge

sourceHugging Faceapache-2.0updated 4mo agoView on Hugging Face
63likes52downloads
configuration.json24 linesDownload Raw Back to speech_campplus
1{2    "framework": "pytorch",3    "task": "speaker-verification",4    "model_config": "config.yaml",5    "model_file": "campplus_cn_en_common.pt",6    "model": {7        "type": "cam++-sv",8        "model_config": {9            "sample_rate": 16000,10            "fbank_dim": 80,11            "emb_size": 19212        },13        "pretrained_model": "campplus_cn_en_common.pt",14        "yesOrno_thr": 0.3315    },16    "pipeline": {17        "type": "speaker-verification"18    },19    "file_path_metas": {20        "init_param":"campplus_cn_en_common.pt", 21        "config":"config.yaml"22    }23}24