File size: 398 Bytes
d29265d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | {
"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",
"llm_conf": {"init_param_path": "Qwen3-0.6B"},
"ctc_tokenizer_conf": {"vocab_path": "multilingual.tiktoken"}
}
}
|