model-whisper-large-v3/configuration.json

12 lines
278 B
JSON
Raw Normal View History

2024-03-05 05:42:49 +00:00
{
"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"}
}