Downloads · 30 days
7
5% of all-time downloads
HashNuke/whisper-medium-mlx
whisper-medium-mlx is a machine learning model from HashNuke. Use it for the machine learning task on the model card, and read the license before you ship it in a product. It is set up for mlx. The card lists the license as mit.
This is a fork of mlx-community/whisper-medium-mlx. Changes in this fork: Add weights.safetensors
Downloads · 30 days
7
5% of all-time downloads
All-time downloads
133
Public
Repo size
3 GB
Likes
0
Public
Click a slice to open those files.
.npz1.5 GB · 50%
From the Hugging Face model README
This is a fork of mlx-community/whisper-medium-mlx. Changes in this fork:
- Add weights.safetensors
This model was converted to MLX format from openai/whisper-medium.
git clone https://github.com/ml-explore/mlx-examples.git
cd mlx-examples/whisper/
pip install -r requirements.txt
>> import whisper
>> whisper.transcribe("FILE_NAME")