Instructions to use FredrikKarlssonSpeech/nb-whisper-tiny-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use FredrikKarlssonSpeech/nb-whisper-tiny-mlx with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir nb-whisper-tiny-mlx FredrikKarlssonSpeech/nb-whisper-tiny-mlx
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
nb-whisper-tiny (MLX, float16)
MLX conversion of NbAiLab/nb-whisper-tiny for fast inference on Apple Silicon via mlx-whisper.
Converted with mlx-examples/whisper/convert.py at float16 precision.
Usage
pip install mlx-whisper
mlx_whisper audio_file.mp3 --model FredrikKarlssonSpeech/nb-whisper-tiny-mlx
import mlx_whisper
result = mlx_whisper.transcribe("audio_file.mp3", path_or_hf_repo="FredrikKarlssonSpeech/nb-whisper-tiny-mlx")
print(result["text"])
- Downloads last month
- -
Hardware compatibility
Log In to add your hardware
Quantized