CoolFace
Modelpublic

tawankri/Pathumma-whisper-large-v3-mlx

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes30downloads
Model Card

tawankri/Pathumma-whisper-large-v3-mlx

This model was converted to MLX format from `nectec/Pathumma-whisper-th-large-v3`.

Use with mlx

bash
pip install mlx-whisper
python
import mlx_whisper

result = mlx_whisper.transcribe(
    "FILE_NAME",
    path_or_hf_repo=mlx-community/tawankri/Pathumma-whisper-large-v3-mlx,
)