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