What's the difference? (language="en" vs "medium.en" model) #2261
-
Lets assume I only care about english. Can someone help me understand the difference between the 3 approaches below? 1. Using
2. Using
3. Using
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Without
From the README at https://github.com/openai/whisper#available-models-and-languages
See also the discussion here: |
Beta Was this translation helpful? Give feedback.
Without
language=
whisper will perform language detection using the first 30s of audio. If you only care about English, then specifylanguage=en
to skip language detection.medium
is a multilingual model, whereasmedium.en
is an English only model.From the README at https://github.com/openai/whisper#available-models-and-languages
See also the discussion here: