← Models

T5 small spoken-typo corrector

Hugging FaceJanuary 05, 2026willwade/t5-small-spoken-typoView on Hugging Face
T5 small spoken-typo corrector thumbnail

willwade/t5-small-spoken-typo is a small, practical text-correction model that targets a very specific pain point: short, conversational sentences that come in “smashed together” (missing spaces), plus everyday typos. If you’re processing chat logs, transcription snippets, or AAC phrase sets, it’s the kind of cleanup pass that can make downstream search, moderation, or summarization work noticeably better.

It’s trained as a T5-style text-to-text model, so you typically provide an instruction-like prefix and let it rewrite the input into a corrected version. A simple starting point is to feed it inputs like grammar: Didyoucatchthegamelastnight and compare the output to a human-corrected reference; once you’re happy with the behavior, it’s easy to wrap in a lightweight “normalize before indexing” pipeline.

Quick stats from the listing feed: pipeline: text-generation · 6 likes · 47 downloads.

View on Hugging Face

Source listing: https://huggingface.co/models?sort=modified