mlx-community/whisper-base-4bit

This model was converted to MLX format from openai/whisper-base using mlx-audio-plus version 0.1.4.

Use with mlx-audio-plus

pip install -U mlx-audio-plus

Command line

mlx_audio.stt --model mlx-community/whisper-base-4bit --audio audio.mp3

Python

from mlx_audio.stt import transcribe

result = transcribe(
    audio="audio.mp3",
    model="mlx-community/whisper-base-4bit",
)
print(result["text"])
Downloads last month
292
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for mlx-community/whisper-base-4bit

Finetuned
(580)
this model