Views
No views yet
| Metric | Value |
|---|---|
| Avg WER | 0.3011 |
| Overall WER | 0.2932 |
| Avg CER | 0.1289 |
| Overall CER | 0.1253 |
| Overall WER (normalized) | 0.311 |
| Overall CER (normalized) | 0.151 |
| Avg WER (normalized) | 0.269 |
| Avg CER (normalized) | 0.121 |
| Severity | WER (mean) | Count |
|---|---|---|
| Mild | 0.203 | 92 |
| Moderate | 0.253 | 78 |
| Severe | 0.333 | 112 |
1from transformers import pipeline
2
3asr = pipeline(
4 "automatic-speech-recognition",
5 model="ElizabethMwangi/whisper-large-v3-swahili-nss-afrivoice-cv-v2"
6)
7result = asr("audio.wav")
8print(result["text"])
9Intended Use
10This model is intended for transcription of Kenyan Swahili nonstandard speech, including dysarthric, stuttering, and otherwise atypical speech patterns.
11
12Language token is set to Swahili (sw)
13
14Citation
15If you use this model, please cite the CDLI Kenyan Swahili Nonstandard Speech dataset and this repository.