How to use from the
Use from the
MLX library
# Download the model from the Hub
pip install huggingface_hub[hf_xet]

huggingface-cli download --local-dir whisper-tiny.en-8bit mlx-community/whisper-tiny.en-8bit

mlx-community/whisper-tiny.en-8bit

This model was converted to MLX format from openai/whisper-tiny.en 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-tiny.en-8bit --audio audio.mp3

Python

from mlx_audio.stt import transcribe

result = transcribe(
    audio="audio.mp3",
    model="mlx-community/whisper-tiny.en-8bit",
)
print(result["text"])
Downloads last month
9
Safetensors
Model size
11M params
Tensor type
I64
F16
U32
MLX
Hardware compatibility
Log In to add your hardware

Quantized

Inference Providers NEW
This model isn't deployed by any Inference Provider. 馃檵 Ask for provider support

Model tree for mlx-community/whisper-tiny.en-8bit

Finetuned
(87)
this model