Whisper small.en (ANEForge)

An unmodified duplicate of openai/whisper-small.en, tagged for use with ANEForge so the weights load and run directly on the Apple Neural Engine (no CoreML). Weights are byte-identical to the source; see the original repo for the model details. Licensed apache-2.0 from the source.

Use with ANEForge

# pip install "aneforge[models]"
import aneforge as af

asr = af.load_whisper("aneforge/whisper-small.en")
print(asr.transcribe(audio))        # audio: a 16 kHz mono float32 waveform -> transcript

ANEForge compiles the model's graph into a single ANE program and streams the weights from this repo via huggingface_hub. See the docs and the paper.

Downloads last month
-
Safetensors
Model size
0.2B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for aneforge/whisper-small.en

Finetuned
(74)
this model

Paper for aneforge/whisper-small.en