ElizabethMwangi/swahili_afrivoice_all_domains_v0.1
Viewer • Updated • 396k • 280
Fine-tuned version of ElizabethMwangi/whisper-small-swahili-afrivoice_cv for automatic speech recognition of non-standard (dysarthric) Swahili speech.
This is Stage 2 of a two-stage fine-tuning pipeline, further trained on the Kenyan Swahili Non-Standard Speech dataset.
sw)| Metric | Value |
|---|---|
| Overall WER (normalised) | 45.5% |
| Overall CER (normalised) | 21.7% |
| Avg WER (normalised) | 36.8% |
| Avg CER (normalised) | 16.2% |
| Severity | Avg WER | Avg CER |
|---|---|---|
| Mild | 0.29 | 0.12 |
| Moderate | 0.36 | 0.15 |
| Severe | 0.44 | 0.20 |
from transformers import pipeline
asr = pipeline("automatic-speech-recognition", model="ElizabethMwangi/whisper-small-swahili-nss_afrivoice_cv")
result = asr("audio.wav")
print(result["text"])
Seq2SeqTrainerswIf you use this model, please cite the AfriVoice and Kenyan Swahili Non-Standard Speech datasets and this repository.
Base model
openai/whisper-small