Ggml-medium.bin «2025-2027»
The file is a pre-converted weight file for the Medium version of OpenAI's Whisper speech-to-text model , specifically optimized for use with the whisper.cpp framework.
ggml-org/whisper.cpp: Port of OpenAI's Whisper model in C/C++ ggml-medium.bin
: This format allows the model to run efficiently on CPUs and Apple Silicon via C/C++ without requiring heavy Python dependencies. The file is a pre-converted weight file for
./whisper-cli -m ggml-medium.bin -f meeting_audio.wav -l en -otxt ggml-medium.bin
: Approximately 3-4x slower than the base model, but produces far fewer grammatical or spelling errors.
