Flavors of Moonshine: Tiny Specialized ASR Models for Edge Devices
Summary
This paper presents Flavors of Moonshine, a suite of tiny specialized ASR models for edge devices. The authors show that monolingual models trained on a balanced mix of human-labeled, pseudo-labeled, and synthetic data outperform larger multilingual models like Whisper, achieving state-of-the-art error rates for small models and enabling on-device ASR for underrepresented languages.
View Cached Full Text
Cached at: 07/20/26, 09:37 AM
Paper page - Flavors of Moonshine: Tiny Specialized ASR Models for Edge Devices
Source: https://huggingface.co/papers/2509.02523
Abstract
Monolingual ASR models trained on a balanced mix of high-quality, pseudo-labeled, and synthetic data outperform multilingual models for small model sizes, achieving superior error rates and enabling on-device ASR for underrepresented languages.
We present the Flavors of Moonshine, a suite of tiny automatic speech recognition (ASR) models specialized for a range ofunderrepresented languages. Prevailing wisdom suggests thatmultilingual ASRmodels outperform monolingual counterparts by exploiting cross-lingual phonetic similarities. We challenge this assumption, showing that for sufficiently small models (27M parameters), trainingmonolingual systemson a carefully balanced mix of high-qualityhuman-labeled,pseudo-labeled, andsynthetic datayields substantially superior performance. On average, our models achieve error rates 48% lower than the comparably sizedWhisper Tinymodel, outperform the 9x largerWhisper Smallmodel, and in most cases match or outperform the 28x largerWhisper Mediummodel. These results advance the state of the art for models of this size, enabling accurateon-device ASRfor languages that previously had limited support. We release Arabic, Chinese, Japanese, Korean, Ukrainian, and Vietnamese Moonshine models under a permissive open-source license.
View arXiv pageView PDFGitHub9.37kAdd to collection
Get this paper in your agent:
hf papers read 2509\.02523
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper21
#### UsefulSensors/moonshine-tiny-ja Automatic Speech Recognition• 27.1M• UpdatedSep 9, 2025 • 474 • 11
#### UsefulSensors/moonshine-tiny-ar Automatic Speech Recognition• 27.1M• UpdatedSep 6, 2025 • 217 • 7
#### UsefulSensors/moonshine-tiny-zh Automatic Speech Recognition• 27.1M• UpdatedSep 4, 2025 • 5.53k • 6
#### UsefulSensors/moonshine-tiny-ko Automatic Speech Recognition• 27.1M• UpdatedSep 4, 2025 • 964 • 5
Browse 21 models citing this paper## Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2509.02523 in a dataset README.md to link it from this page.
Spaces citing this paper3
Collections including this paper3
Similar Articles
Tokenizer Transplantation: Mitigating Autoregressive Collapse in Edge-Efficient Bengali ASR
This paper proposes a tokenizer transplantation pipeline for lightweight ASR models like Moonshine to address autoregressive collapse in Bengali. By replacing the English-centric tokenizer with a BanglaBERT WordPiece vocabulary, token fertility drops from 9.16 to 1.30 and sequence length by 85.8%, achieving 21.54% WER on the Lipi-Ghor dataset.
moonshine-ai/moonshine
Moonshine Voice is an open-source AI toolkit for building real-time, on-device voice applications, offering speech-to-text, text-to-speech, and conversational agent capabilities with state-of-the-art accuracy.
Are super tiny LLMs any good?
Explores whether very small language models can handle casual conversations adequately, and what training factors differentiate the better ones.
Are We Underestimating Small Edge AI Models?[D]
A developer argues that the edge AI community overlooks small, specialized models that can run locally on devices like smartphones, using a self-built offline Morse code recognition feature as an example. The project uses a sub-5 MB AI model with TensorFlow/Keras and LiteRT, and the entire pipeline from data generation to mobile integration was custom-built.
@TheAhmadOsman: Everyone is talking about small and specialized models finally Tweet below is from 17 months ago
A tweet highlights Jina AI's ReaderLM-v2, a small 4GB model that achieves high accuracy in extracting information from messy DOM elements, exemplifying the trend toward specialized small language models.