| { | |
| "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"} | |
| } | |
| } | |