Collection of medical and clinical Whisper models converted to GGML format for use with
whisper.cpp.
Converted from
Na0s/Medical-Whisper-Large-v3 - Based on Whisper Large-v3.
Converted from
Knowtex-ai/whisper-medical-govcloud - Based on Whisper Large-v2.
1# Download whisper.cpp
2git clone https://github.com/ggml-org/whisper.cpp
3cd whisper.cpp && make
4
5# Download a model (replace MODEL_NAME)
6wget https://huggingface.co/xpoon/medical-whisper-large-v3-ggml/resolve/main/MODEL_NAME
7
8# Run inference
9./build/bin/whisper-cli -m MODEL_NAME -f audio.wav -l en
Same licenses as the original models. Refer to original repositories for licensing details.