Edit model card

Whisper ASR for Kyrgyz Language is an automatic speech recognition (ASR) solution customized for the Kyrgyz language. It is based on the pre-trained Whisper model and has undergone fine-tuning and adaptation to accurately transcribe Kyrgyz speech, taking into account its specific phonetic intricacies.

pipe = pipeline(model="the-cramer-project/AkylAI-STT-small")  

def transcribe(audio):
    text = pipe(audio)["text"]
    return text
Downloads last month
15
Safetensors
Model size
242M params
Tensor type
F32
ยท
Inference API
or
This model can be loaded on Inference API (serverless).

Space using the-cramer-project/AkylAI-STT-small 1