BUAIR/whisper-small-jap
021
BUAIR Whisper-Small Japadhola (BUAIR/whisper-small-jap)
Fine-tuned openai/whisper-small for Japadhola (Adhola, ISO 639-3: adh) automatic speech recognition. Maintained by BUAIIR — Busitema University AI & Innovation Research Lab.
This is the BUAIR org release. Source copy: `Bateesa/whisper-small-jap`.
Related speech datasets
- BUAIR/popolivoice — Papoli community speech
- BUAIR/buaiir_voice_jap — student read speech
Load
from transformers import pipeline
asr = pipeline(
"automatic-speech-recognition",
model="BUAIR/whisper-small-jap",
)
print(asr("path/to/audio.wav"))Updated: 2026-08-13
