Skip to content

Commit

Permalink
FEAT: add whisper-large-v3-turbo audio model (#2409)
Browse files Browse the repository at this point in the history
  • Loading branch information
hwzhuhao authored Oct 9, 2024
1 parent 5983bd0 commit 92fc84b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
8 changes: 8 additions & 0 deletions xinference/model/audio/model_spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,14 @@
"model_ability": "audio-to-text",
"multilingual": true
},
{
"model_name": "whisper-large-v3-turbo",
"model_family": "whisper",
"model_id": "openai/whisper-large-v3-turbo",
"model_revision": "41f01f3fe87f28c78e2fbf8b568835947dd65ed9",
"model_ability": "audio-to-text",
"multilingual": true
},
{
"model_name": "Belle-distilwhisper-large-v2-zh",
"model_family": "whisper",
Expand Down
9 changes: 9 additions & 0 deletions xinference/model/audio/model_spec_modelscope.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
"model_ability": "audio-to-text",
"multilingual": true
},
{
"model_name": "whisper-large-v3-turbo",
"model_family": "whisper",
"model_hub": "modelscope",
"model_id": "AI-ModelScope/whisper-large-v3-turbo",
"model_revision": "master",
"model_ability": "audio-to-text",
"multilingual": true
},
{
"model_name": "SenseVoiceSmall",
"model_family": "funasr",
Expand Down

0 comments on commit 92fc84b

Please sign in to comment.