mlx-community/belle-whisper-large-v3-zh-punct-fp16
048
Belle-whisper-large-v3-zh-punct fp16
This model was converted to MLX format from BELLE-2/Belle-whisper-large-v3-zh-punct.
Use with MLX Audio
pip install mlx-audiofrom mlx_audio.stt import load
model = load("mlx-community/Belle-whisper-large-v3-zh-punct-fp16")
result = model.generate("audio.wav")
print(result.text)