whisper-tiny
BaseRT .base build of
openai/whisper-tiny,
OpenAI's 39M-parameter Whisper speech-recognition model,
for fast local transcription on Apple Silicon.
Files
| File | Precision | Size |
|---|---|---|
whisper-tiny-F16.base |
float16 | 79 MB |
Usage
curl -LsSf https://basecompute.co/install.sh | sh
basert serve --model whisper-tiny-F16.base
POST /v1/audio/transcriptions (multipart or JSON) returns json, text,
srt, vtt, or verbose_json, with optional SSE streaming. Or transcribe
directly from the CLI:
basert-transcribe whisper-tiny-F16.base audio.wav
Multilingual: pass language (e.g. --lang de) to select any of the 99 supported languages.
Released under the apache-2.0 license, inherited from the base model.
- Downloads last month
- -
Model tree for basecompute/whisper-tiny
Base model
openai/whisper-tiny