VHASR / VHASR_Flickr8k /configuration.json
Rinawell's picture
Upload 49 files
78707a6 verified
raw
history blame contribute delete
491 Bytes
{
"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"
}
}