Views
No views yet
openai/whisper-small (unmodified architecture) fine-tuned on 11 languages of the
CC0 Whispered corpus
(32k clips/language, ~350 h). No custom code — works in transformers, faster-whisper, CTranslate2,
whisper.cpp conversions, anywhere a Whisper checkpoint works.1from transformers import AutoModelForSpeechSeq2Seq, AutoProcessor
2model = AutoModelForSpeechSeq2Seq.from_pretrained("burakaydinofficial/whisper-small-cv11") # no trust_remote_code needed
3processor = AutoProcessor.from_pretrained("burakaydinofficial/whisper-small-cv11")| Lang | stock whisper-small | this model | metric |
|---|---|---|---|
| en | 11.7 | 12.2 | WER % |
| de | 15.4 | 15.0 | WER % |
| es | 12.1 | 9.7 | WER % |
| fr | 22.9 | 19.2 | WER % |
| ru | 17.3 | 13.6 | WER % |
| tr | 25.2 | 20.9 | WER % |
| cy | 74.2 | 60.7 | WER % |
| ar | 48.4 | 35.6 | WER % |
| th | 19.7 | 11.3 | CER % |
| zh | 34.4 | 14.9 | CER % |
| ka | 178.0 | 86.2 | WER % (unusable in both — model-class floor) |