Consider S1 mini model for transcript cleanup. #1888
Today20092
started this conversation in
General
Replies: 1 comment
|
I've already applied the s1-mini model to an android speech dictation app. it seems to be working really good for me even on Samsung s24+ https://github.com/Today20092/voice-input/releases/tag/v1.4.2-beta.11 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Ai summary of the links from groq:
Tell me about these two ;
https://superwhisper.com/blog/s1
https://huggingface.co/superwhisper/s1-mini
S1 is Superwhisper’s 2026 dictation-model family: cloud ASR (S1-Voice), cloud cleanup (S1-Language), and a tiny open-weights local cleaner (S1-mini). [1] The Hugging Face page is the public release of that local model, not a speech recognizer. [2]
Superwhisper S1 family
Superwhisper trained the S1 models in-house for noisy offices, whispered speech, and technical dictation, without training on customer data. [3] In the app they recommend offline: Cohere Transcribe + S1-mini, or cloud: S1-Voice + S1-Language. [3]
S1-Voice and S1-Language stay cloud-only. [1]
S1-mini on Hugging Face
S1-mini is a text normalizer, fine-tuned from Qwen3-0.6B: fillers out, self-corrections resolved to the last intended words, punctuation/caps, spoken numbers/dates/currency/emails/URLs rendered as writing. [2] It is English-only in v1, not a chat model, and will not add facts, soften profanity, or rewrite dialect. [3]
On 7,519 held-out cases they report 94.8% token accuracy, 11.6% text-edit error, 97.6% list-vs-prose structure, 99.3%/97.9% email greeting/sign-off, and empty output 98.6% of the time when there is nothing to transcribe. [3]
How you steer it
Every request needs the exact system prompt plus a control line, then the raw lowercase ASR text: [2]
[Styling: …] [Structure: …] [Context: …]Decode greedily (
temperature 0). Qwen3 thinking must be off (enable_thinking=False); leave it on and you usually get a blank<think>block. [2] GGUF builds live atsuperwhisper/s1-mini-GGUFfor llama.cpp, Ollama, and LM Studio. [2]Typical pipeline: audio → ASR (Whisper, Parakeet, Cohere, etc.) → S1-mini → readable text. [2] That matches local-AI / dictation work if you already transcribe on-device and only want cleanup without a cloud language model.
Citations:
[1] Meet S1-mini: Superwhisper's 462 MB Open-Weights Text ... https://www.marktechpost.com/2026/08/20/meet-s1-mini-superwhispers-462-mb-open-weights-text-normalizer-that-turns-raw-asr-transcripts-into-clean-written-text/
[2] superwhisper/s1-mini - Hugging Face https://huggingface.co/superwhisper/s1-mini
[3] S1-Language https://superwhisper.com/blog/s1
[4] superwhisper/s1-mini at main - Hugging Face https://huggingface.co/superwhisper/s1-mini/tree/main
[5] Commits · superwhisper/s1-mini-GGUF - Hugging Face https://huggingface.co/superwhisper/s1-mini-GGUF/commits/main/s1-mini-q4_k_m.gguf
[6] Superwhisper releases S1-mini, a small open-weights transcript model https://daily.dev/posts/superwhisper-releases-s1-mini-a-small-open-weights-transcript-model-d8vgvsqox
[7] superwhisper/s1-mini · Hugging Face | Mike Wilkes - LinkedIn https://www.linkedin.com/posts/eclectiqus_superwhispers1-mini-hugging-face-activity-7495941548744785921-ihdU
[8] S1-mini by Superwhisper running 100% locally in the browser on ... https://www.reddit.com/r/LocalLLaMA/comments/1vsze11/s1mini_by_superwhisper_running_100_locally_in_the/
[9] Voice - Superwhisper https://superwhisper.com/docs/models/voice
[10] superwhisper/s1-mini : r/LocalLLM - Reddit https://www.reddit.com/r/LocalLLM/comments/1vxxty1/superwhispers1mini/
[11] Changelog - Superwhisper https://superwhisper.com/changelog
[12] Quantized Models for superwhisper/s1-mini - Hugging Face https://huggingface.co/models?other=base_model:quantized:superwhisper/s1-mini
[13] Superwhisper Release Notes - August 2026 Latest Updates https://releasebot.io/updates/superwhisper
[14] Fine-tuned Models for superwhisper/s1-mini - Hugging Face https://huggingface.co/models?other=base_model:finetune:superwhisper/s1-mini
[15] Using S1 models while actually whispering : r/superwhisper - Reddit https://www.reddit.com/r/superwhisper/comments/1r0zt14/using_s1_models_while_actually_whispering/
Links:
https://superwhisper.com/blog/s1
https://huggingface.co/superwhisper/s1-mini
https://www.perplexity.ai/search/0a4c5a36-8dfb-489c-8b2a-aa9f0202ef39#0
All reactions