google/WaxalNLP
Viewer • Updated • 2.56M • 42.7k • 230
How to use korir8/sauti-whisper-small-swh with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="korir8/sauti-whisper-small-swh") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("korir8/sauti-whisper-small-swh")
model = AutoModelForSpeechSeq2Seq.from_pretrained("korir8/sauti-whisper-small-swh")This model is a fine-tuned version of openai/whisper-small on the WAXAL (WaxalNLP) dataset (config: swa_tts).
It achieves the following results on the evaluation set:
openai/whisper-small fine-tuned for Swahili ASR as part of the Sauti project at MsingiAI.
Intended use: Automatic speech recognition for Swahili.
Limitations:
google/WaxalNLPswa_tts| Training Loss | Epoch | Step | Validation Loss | WER |
|---|---|---|---|---|
| 1.4954 | 2.5253 | 250 | 1.4282 | 59.3974 |
| 1.1445 | 5.0505 | 500 | 1.2585 | 55.7721 |
| 0.8363 | 7.5758 | 750 | 1.2555 | 55.9981 |
| 0.6360 | 10.1010 | 1000 | 1.3102 | 55.7815 |
| 0.4057 | 12.6263 | 1250 | 1.3652 | 55.9416 |
| 0.3618 | 15.1515 | 1500 | 1.3956 | 56.1205 |
Base model
openai/whisper-small