File size: 448 Bytes
157e795 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
{
"framework": "pytorch",
"task" : "auto-speech-recognition",
"model": {"type" : "funasr"},
"pipeline": {"type":"funasr-pipeline"},
"model_name_in_hub": {
"ms":"iic/speech_timestamp_prediction-v1-16k-offline",
"hf":""},
"file_path_metas": {
"init_param":"model.pt",
"config":"config.yaml",
"tokenizer_conf": {"token_list": "tokens.json", "seg_dict_file": "seg_dict"},
"frontend_conf":{"cmvn_file": "am.mvn"}}
} |