-
Beta Was this translation helpful? Give feedback.
Answered by
niksedk
Jan 15, 2024
Replies: 1 comment
-
The The The The Note: Training these models have probably taken many weeks and costed several million dollars I suspect. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
JustAGuyM
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
large-v1
model is from the initial version of Whisper from OpenAI (Sep, 2022).The
large-v2
model is a newer version of the large model (Dec, 2022):openai/whisper#661
The
large
/large-v3
model is the latest version of the large model (Nov, 2023):openai/whisper#1762
The
large-q5_0
is a smaller version of thelarge-v2
ggml-org/whisper.cpp#1414
Note: Training these models have probably taken many weeks and costed several million dollars I suspect.