You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
396 B
14 lines
396 B
{
|
|
"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"}}
|
|
} |