CoolFace
Modelpublic

FredrikKarlssonSpeech/whisper-large-icelandic-62640-steps-967h-mlx

sourceHugging Facecc-by-4.0updated 25d agoView on Hugging Face
0likes46downloads
Model Card

whisper-large-icelandic-62640-steps-967h (MLX, float16)

MLX conversion of language-and-voice-lab/whisper-large-icelandic-62640-steps-967h for fast inference on Apple Silicon via mlx-whisper.

Converted with mlx-examples/whisper/convert.py at float16 precision.

Usage

bash
pip install mlx-whisper
mlx_whisper audio_file.mp3 --model FredrikKarlssonSpeech/whisper-large-icelandic-62640-steps-967h-mlx
python
import mlx_whisper
result = mlx_whisper.transcribe("audio_file.mp3", path_or_hf_repo="FredrikKarlssonSpeech/whisper-large-icelandic-62640-steps-967h-mlx")
print(result["text"])