Back to Newsroom

Meet S1-mini: Superwhisper's 462 MB Open-Weights Text Normalizer That Turns Raw ASR Transcripts Into Clean Written Text

By Modelverse Editorial·August 20, 2026·2 min read
Meet S1-mini: Superwhisper's 462 MB Open-Weights Text Normalizer That Turns Raw ASR Transcripts Into Clean Written Text

S1-mini is a 0.6B parameter text normalizer released by Superwhisper with open weights on Hugging Face. It is not a speech recognizer or chat model; it operates on raw ASR transcripts to produce polished written text by removing fillers, fixing self‑corrections, adding punctuation/capitalization, and converting spoken numbers, dates, currency, and email addresses to their written forms.

The model is a fine‑tuned version of Qwen/Qwen3-0.6B, featuring 596M unique parameters (0.44B non‑embedding), 28 transformer layers, 16 query heads and 8 key/value heads using grouped‑query attention, and BF16 weights. It accepts a fixed system prompt followed by a three‑axis control line — [Styling: <value>] [Structure: <value>] [Context: <value>] — then the raw transcript. Styling chooses casual, semi‑casual, semi‑formal, or formal; Structure selects prose or lists; Context picks general or email. All combinations were trained.

  • Parameter count: 596M unique (0.44B non‑embedding)
  • Layers: 28; Heads: 16 query / 8 KV (GQA)
  • Precision: BF16
  • Context window: ~1,000 tokens recommended
  • License: Apache 2.0 + naming clause
  • Language: English (v1)
  • Reported token accuracy: 94.8% on 7,519‑case held‑out set (greedy, quantized)

Why this matters

The availability of S1-mini under Apache 2.0 lets developers embed a deterministic, size‑constrained normalizer directly into on‑device or private‑cloud ASR pipelines, avoiding latency and data‑privacy costs of remote cleanup services. Its three‑axis control interface offers reproducible styling without retraining, while the reported 94.8% token accuracy indicates a strong baseline for post‑processing English transcripts.

Share this article

Found this insightful? Share it with your community on Reddit, X, or copy the link.

ai-newsbriefmarktechpost

Footnotes & Primary References

Related content

AI data startup Micro1 reaches $500M gross run rate amid AI training boom

Surging demand for AI training data is driving rapid growth for the startup and its rivals.

Read article

Meet UPDF: A Lightweight Adobe Alternative Built for the Agentic Era

PDFs are easy to read and hard to change. AI can now summarize a 90-page contract in seconds, but it still won't rewrite the source file cleanly. UPDF is built for that second half...

Read article

Meta AI's new Mac app wants you to talk to your apps

Meta said its Muse Spark model is powering the dictation feature.

Read article