phonsobon/openslr42-khmer-male
Viewer • Updated • 2.91k • 30
This is a continued fine-tune of Vira21/Whisper-Small-Khmer
(itself a Khmer fine-tune of openai/whisper-small), trained further on additional Khmer speech data.
This checkpoint corresponds to checkpoint-1600 from further training in
phonsobon/Whisper-Small-Khmer-v2.
Vira21/Whisper-Small-Khmer (WER 0.3763 on its original eval set)from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="phonsobon/Whisper-Small-Khmer-v3")
result = pipe("path/to/audio.wav")
print(result["text"])
Khmer-language automatic speech recognition. Built as part of Khmer NLP tooling work for the Chaktomuk Managements (CTM) system.