Dedicated Endpoints

Run this model inference on single tenant GPU with unmatched speed and reliability at scale.

Learn more
Container

Run this model inference with full control and performance in your environment.

Learn more

Get help setting up a custom Dedicated Endpoints.

Talk with our engineer to get a quote for reserved GPU instances with discounts.

README

License: apache-2.0

TL;DR

A single fine-tune on ~74.4h of Dutch Common Voice takes WER from ~44.03% (base Whisper-tiny) to ~22.41% (49.1% relative drop) on a held-out, speaker- and sentence-disjoint test split.

3-axis evaluation (accuracy / footprint / speed)

All systems scored on the same held-out panel through one shared text normalizer (BasicTextNormalizer). RTF = CPU compute seconds per audio second (lower is faster).

Modelparamssize (fp32)RTF (CPU)cv17-testfleurs-testmean WER
LokaalHub/whisper-klein-nl (ours)58M230.7 MB0.16128.6340.1334.38%
openai/whisper-tiny38M151.0 MB0.09146.1549.1447.64%

Usage

python

from transformers import pipeline
asr = pipeline("automatic-speech-recognition", model="LokaalHub/whisper-klein-nl")
asr("audio.wav", generate_kwargs={"language": "nl", "task": "transcribe"})

Training

Standard Hugging Face Seq2SeqTrainer fine-tune (bf16), built and verified by the tiny-asr-loop pipeline.

Limitations

Tiny-model fine-tune on read speech (Common Voice). The internal test split is small and speaker-disjoint — see the panel table for FLEURS / out-of-domain numbers.

Model provider

LokaalHub

Model tree

Base

openai/whisper-tiny

Fine-tuned

this model

Modalities

Input

Audio

Output

Text

Pricing

Dedicated Endpoints

View details

Supported Functionality

Model APIs

Dedicated Endpoints

Container

More information

Explore FriendliAI today