google/WaxalNLP
Viewer • Updated • 3.38M • 39k • 270
How to use teckedd/gha-whisper-small-twi-en-balanced-v7-lite with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="teckedd/gha-whisper-small-twi-en-balanced-v7-lite") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("teckedd/gha-whisper-small-twi-en-balanced-v7-lite")
model = AutoModelForSpeechSeq2Seq.from_pretrained("teckedd/gha-whisper-small-twi-en-balanced-v7-lite", device_map="auto")Balanced Twi/Akan + English-retention Whisper small proof checkpoint for Ghana Health AI. Validation WER 42.31% on the capped Waxal validation subset; not a production promotion candidate.
openai/whisper-smallautomatic-speech-recognitiontw, ak, enNot a medical device. Outputs support community health guidance only.
| Metric | Value |
|---|---|
wer |
0.4231 |
cer |
0.1618 |
google/WaxalNLP (aka_asr)fsicoli/common_voice_22_0 (tw)fsicoli/common_voice_22_0 (en)ghananlpcommunity/twi-speech-text-multispeaker-16k (default)from transformers import pipeline # or AutoModel + processor per task
# repo: teckedd/gha-whisper-small-twi-en-balanced-v7-lite
If you use this checkpoint, please credit Ghana Health AI / Serendepify and the upstream base model authors plus any listed datasets.
Base model
openai/whisper-small