Views
No views yet
openai/whisper-small on
Google WaxalNLP
(Lingala, Shona, Luganda) with SpecAugment on log-mel features.0.5·WER + 0.5·CER).
Continued / decode-focused variants (e.g. freeze-encoder + higher LR) were
explored on top of this recipe; see the sibling base card
mmwanje/waxal-whisper-small.batch=2, grad_accum=4, ~800 steps
(see repo experiment log)openai/whisper-small (or continue from mmwanje/waxal-whisper-small)1from transformers import WhisperProcessor, WhisperForConditionalGeneration
2
3repo = "mmwanje/waxal-whisper-small-spec_aug_v1"
4processor = WhisperProcessor.from_pretrained(repo)
5model = WhisperForConditionalGeneration.from_pretrained(repo)| Code | Language | Whisper lang token |
|---|---|---|
| lin | Lingala | lingala |
| sna | Shona | shona |
| lug | Luganda | swahili (closest) |
facebook/mms-lid-4017) → force Whisper into
{lingala, shona, swahili}. Decode sweeps (no_cond, lang prompts, beams)
are inference-only — no retrain required.