Posts

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

Superwhisper has released the S1 family of models : S1-Voice, S1-Language, and S1-mini. S1-Voice is a cloud speech-to-text model, and S1-Language is a cloud instruction-following model for cleanup and formatting. The one that is quite interesting outside the app is S1-mini , released with open weights on Hugging Face. S1-mini is a 0.6B text normalizer, not a transcriber and not a chat model. It sits after automatic speech recognition and rewrites raw transcripts as clean written text: fillers removed, self-corrections resolved to what the speaker landed on, punctuation and capitalization applied, and spoken numbers, dates, currency, and email addresses rendered in written form. It is fine-tuned from Qwen/Qwen3-0.6B , covers English only in release v1, and is steered entirely by a three-axis control line placed above the transcript. Superwhisper reports 94.8% token accuracy on a held-out set of 7,519 cases, measured greedy on the quantized build. Is it deployable? Yes, but only...

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

Image
PDFs sit at the end of almost every workflow. Contracts, invoices, research papers, scanned intake forms, manuals, and compliance filings all arrive as PDFs. The format is very good at freezing a layout. It is much worse at letting you change one number inside that layout. That gap has become more visible as language models have gotten better at reading documents. A model can summarize a 90-page master services agreement in seconds. It will not reliably rewrite the source file. It will not hold the table alignment. It will not hand back a clean, signable copy. UPDF is built for the second half of that problem. It is an all-in-one PDF editor for Windows, macOS, iOS, and Android, developed by Superace Software Technologies . It combines editing, annotation, conversion, compression, OCR, page organization, and an integrated AI assistant in one application. Two Different Problems Living in the Same Document It helps to separate document work into two categories : The...

Liquid AI Releases LFM2.5-DSpark Draft Models That Deliver Up to 3.18x Faster Decoding Without Changing Model Outputs

Liquid AI has released DSpark draft model checkpoints for three models in its LFM2.5 family: LFM2.5-1.2B-Instruct , LFM2.5-2.6B , and LFM2.5-8B-A1B . Each drafter adds a speculative decoding path to an existing target model. A roughly 300M-parameter draft proposes a block of nine candidate tokens, and the target model verifies the whole block in a single forward pass. The trade is a small memory increase for a large decoding speedup: up to 3.18x on an H100 and up to 2.87x on an M4 Max MacBook Pro. Output does not change. Under greedy decoding, the emitted sequence is identical to the target model running alone, so benchmark accuracy is unchanged. Both llama.cpp and SGLang have day-one support. Is it deployable? Yes, if you self-host. The weights ship as Safetensors and GGUF, and the drafter checkpoints are not served by any hosted inference provider on Hugging Face today. Running them needs an SGLang or llama.cpp build with DSpark support for LFM2 targets. Company l...