CoolFace
Modelpublic

BUAIR/whisper-small-jap

sourceHugging Faceapache-2.0updated 1mo agoView on Hugging Face
0likes21downloads
Model Card

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

Load

python
from transformers import pipeline

asr = pipeline(
    "automatic-speech-recognition",
    model="BUAIR/whisper-small-jap",
)
print(asr("path/to/audio.wav"))

Updated: 2026-08-13