← Models

Tiny Audio

Hugging FaceJanuary 16, 2026mazesmazes/tiny-audioView on Hugging Face
Tiny Audio thumbnail

Tiny Audio is positioned as a “lightweight large audio model”: a single model meant to cover common speech and audio understanding tasks without being huge or overly specialized. The model card describes a dual-headed transformer setup (an audio encoder plus a text decoder) and highlights two primary modes: speech-to-text transcription and audio captioning.

One nice practical detail is that the repository leans into a simple “task token” interface (for example, a transcribe token vs a caption token), which makes it easy to build wrappers and batch jobs without maintaining separate pipelines per task. Licensing is also unusually friendly for audio models: it’s published under MIT.

What to try first: take a few real recordings you care about (meeting audio, a podcast segment, a noisy voice memo) and compare Tiny Audio’s transcription against Whisper-small or distil-Whisper. Then flip to the captioning mode on the same clips and see whether you get useful scene-level descriptions (music, background noise, non-speech events) rather than just text.

View on Hugging Face

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