CoolFace
Modelpublic

mlx-community/belle-whisper-large-v3-zh-punct-fp16

sourceHugging Faceapache-2.0updated 4mo agoView on Hugging Face
0likes48downloads
Model Card

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

bash
pip install mlx-audio
python
from mlx_audio.stt import load

model = load("mlx-community/Belle-whisper-large-v3-zh-punct-fp16")
result = model.generate("audio.wav")
print(result.text)