Views
No views yet
whisper-quantize tool from whisper.cpp.openai/whisper-large-v3-turbo achieves ~14% WER on German benchmarks. This German fine-tune brings that down to ~5% — a significant improvement for German-language applications. The Q5_0 quantization reduces the file size from 1.62 GB to 574 MB with minimal quality loss.| Samples | WER |
|---|---|
| 50 | 5.46% |
| 200 | 5.69% |
| Model | WER (DE) | Size |
|---|---|---|
| openai/whisper-large-v3-turbo (multilingual) | ~14.2% | 1.62 GB |
| primeline/whisper-large-v3-turbo-german FP16 | ~4.75% | 1.62 GB |
| this model (Q5_0) | ~5.7% | 574 MB |
./build/bin/whisper-cli -m ggml-large-v3-turbo-german-q5_0.bin -l de -f audio.wavwhisper-quantize.exe ggml-model-fp16.bin ggml-large-v3-turbo-german-q5_0.bin q5_0