Ross ROSS = Recommend OSS · open-source software intelligence for agents

huggingface/distil-whisper

Distilled variant of Whisper for speech recognition. 6x faster, 50% smaller, within 1% word error rate. observed · 2026-08-28

github.com/huggingface/distil-whisper · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

27/100

  • Activity 0
  • Release rhythm 35
  • Longevity 74

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 1037
  • days_rel: n/a
  • days_push: 602
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

4112 stars · 356 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Distil-Whisper is a distilled version of OpenAI's Whisper model for English speech recognition, offering 6x faster inference, 49% fewer parameters, and word error rates within 1% of the original. It provides pretrained model checkpoints and training code that run through Hugging Face Transformers (v4.35+).

Use cases

  • transcribe english audio to text faster than whisper
  • run speech recognition on resource-constrained or mobile devices
  • deploy low-latency asr for long-form audio
  • fine-tune or train a distilled whisper model
  • reduce memory footprint of whisper transcription pipelines

When to choose

  • you need english-only transcription with near-whisper accuracy at a fraction of the latency
  • you want smaller model weights for on-device or memory-limited deployments
  • you already use huggingface transformers and want a drop-in whisper replacement

When to avoid

  • you need multilingual speech recognition - use whisper large-v3-turbo instead
  • you require the absolute lowest word error rate regardless of speed
  • you need a standalone cli or gui app rather than a model library

Facets

library · maturity active

speech-recognition machine-learning deep-learning transformers speech-processing machine-learning artificial-intelligence python cross-platform whisper distillation asr model-weights huggingface-transformers english-speech transcription audio gpu

1 source

Member repositories

RepositoryRoleHealth v2
huggingface/distil-whispermain27

For agents

markdown · JSON · MCP: product_card(name="huggingface/distil-whisper")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem