diff --git a/xiaozhi-esp32-server-0.7.1/main/xiaozhi-server/models/SenseVoiceSmall/configuration.json b/xiaozhi-esp32-server-0.7.1/main/xiaozhi-server/models/SenseVoiceSmall/configuration.json new file mode 100644 index 0000000..264d817 --- /dev/null +++ b/xiaozhi-esp32-server-0.7.1/main/xiaozhi-server/models/SenseVoiceSmall/configuration.json @@ -0,0 +1,14 @@ +{ + "framework": "pytorch", + "task" : "auto-speech-recognition", + "model": {"type" : "funasr"}, + "pipeline": {"type":"funasr-pipeline"}, + "model_name_in_hub": { + "ms":"", + "hf":""}, + "file_path_metas": { + "init_param":"model.pt", + "config":"config.yaml", + "tokenizer_conf": {"bpemodel": "chn_jpn_yue_eng_ko_spectok.bpe.model"}, + "frontend_conf":{"cmvn_file": "am.mvn"}} +} \ No newline at end of file