{ | |
"framework": "pytorch", | |
"task" : "auto-speech-recognition", | |
"model" : { | |
"type" : "generic-asr", | |
"am_model_name" : "model.pb", | |
"model_config" : { | |
"type": "pytorch", | |
"code_base": "funasr", | |
"mode": "paraformer", | |
"lang": "en", | |
"batch_size": 1, | |
"am_model_config": "config.yaml", | |
"asr_model_config": "decoding.yaml", | |
"mvn_file": "am.mvn", | |
"model": "ftparaformer" | |
} | |
}, | |
"pipeline": { | |
"type":"asr-inference" | |
} | |
} | |