Views
No views yet
openai/whisper-large-v3 (unmodified architecture) fine-tuned on the 11 languages of the CC0
Whispered corpus. This is the
matched scientific control for burakaydinofficial/whisper-large-v3-mla-cv11 —
trained identically, minus the MHA→MLA conversion — published so the MLA conversion cost is
independently reproducible. No custom code: loads directly in transformers, and — being a plain unmodified Whisper — is convertible for faster-whisper / CTranslate2 / whisper.cpp via their standard converters.1from transformers import AutoModelForSpeechSeq2Seq, AutoProcessor
2model = AutoModelForSpeechSeq2Seq.from_pretrained("burakaydinofficial/whisper-large-v3-cv11") # no trust_remote_code
3processor = AutoProcessor.from_pretrained("burakaydinofficial/whisper-large-v3-cv11")whisper-large-v3-mla-cv11 on CommonVoice-17 (scripts/validate.py in the
code repo); the per-language difference is the
conversion cost reported on the MLA card and in docs/results/.| Lang | this control |
|---|---|
| en | 6.4 WER |
| de | 5.2 WER |
| es | 4.2 WER |
| fr | 9.5 WER |
| ru | 4.3 WER |
| tr | 8.5 WER |
| cy | 35.1 WER |
| ar | 16.0 WER |
| ka | 72.1 WER |
| th | 4.4 CER |