ElizabethMwangi/whisper-large-v3-swahili-nss-afrivoice-cv-v2
014
Whisper Large V3 — Swahili Nonstandard Speech v2
Stage 2 fine-tune on the CDLI Kenyan Swahili Nonstandard Speech dataset. Built on top of ElizabethMwangi/whisper-large-v3-swahili-afrivoice-cv (Stage 1).
Training Details
- Dataset: cdli/kenyanswahilinonstandardspeechv1.0
- Stage 1 checkpoint: ElizabethMwangi/whisper-large-v3-swahili-afrivoice-cv
- Encoder frozen: No
- Decoder frozen: No
- Projection frozen: No
- SpecAugment: On
- Learning rate: 5e-5 (polynomial decay)
- Max steps: 1000
- Best checkpoint: Step 1000
- Output dir: swnsstunewhisperv3largeafrivoicecvv1.2_redo
Results
Per-Severity Results
Usage
from transformers import pipeline
asr = pipeline(
"automatic-speech-recognition",
model="ElizabethMwangi/whisper-large-v3-swahili-nss-afrivoice-cv-v2"
)
result = asr("audio.wav")
print(result["text"])
Intended Use
This model is intended for transcription of Kenyan Swahili nonstandard speech, including dysarthric, stuttering, and otherwise atypical speech patterns.
Language token is set to Swahili (sw)
Citation
If you use this model, please cite the CDLI Kenyan Swahili Nonstandard Speech dataset and this repository.
