model-whisper-large-v3/configuration.json
2024-03-05 13:42:49 +08:00

12 lines
278 B
JSON

{
"framework": "pytorch",
"task" : "auto-speech-recognition",
"model": {"type" : "funasr"},
"pipeline": {"type":"funasr-pipeline"},
"model_name_in_hub": {
"ms":"",
"hf":""},
"file_path_metas": {
"init_param":"large-v3.pt",
"config":"config.yaml"}
}