whisper-tiny-khmer-mlx-fp16

This model was converted to MLX format from openai-whisper-tiny, then fine-tined to Khmer language using two datasets:

It achieves the following word error rate (wer) on 2 popular datasets:

NOTE MLX format is usable for M-chip series of Apple.

Use with mlx

pip install mlx-whisper

Write a python script, example.py, as the following

import mlx_whisper

result = mlx_whisper.transcribe(
    SPEECH_FILE_NAME,
    path_or_hf_repo="Kimang18/whisper-tiny-khmer-mlx-fp16",
    fp16=True
)
print(result['text'])

Then execute this script example.py to see the result.

You can also use command line in terminal

mlx_whisper --model Kimang18/whisper-tiny-khmer-mlx-fp16 --task transcribe SPEECH_FILE_NAME --fp16 True
Downloads last month
9
Safetensors
Model size
37.2M params
Tensor type
I64
·
FP16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train Kimang18/whisper-tiny-khmer-mlx-fp16

Evaluation results