Moonshine-Tiny-FR: French Speech Recognition Model
Fine-tuned Moonshine ASR model for French language
This is a fine-tuned version of UsefulSensors/moonshine-tiny specifically optimized for French speech recognition. The model achieves state-of-the-art performance for its size (27M parameters) on French ASR tasks.
Evaluated on Multilingual LibriSpeech (MLS) French test set:
Metric
Score
Word Error Rate (WER)
21.8%
Character Error Rate (CER)
~10%
Real-Time Factor (RTF)
0.11x (CPU)
Inference Speed: ~9x faster than real-time on CPU, enabling live transcription.
Comparison
Model
Size
Language
WER (MLS-FR)
Whisper-tiny
39M
Multilingual
~25%
Moonshine-tiny-fr
27M
French
21.8%
Whisper-base
74M
Multilingual
~18%
Moonshine-tiny-fr achieves competitive performance with 30% fewer parameters than Whisper-tiny. While being a proof of concept. More work should be done to create a proper and robust dataset.
Training Details / Fine tuning
Please refer to my Github repo for the training procedure :
Use Cases
Primary Applications
✅ French Speech Recognition
Real-time transcription
Audio file transcription
Voice commands
Accessibility tools
✅ Resource-Constrained Environments
On-device transcription (mobile, edge devices)
Low-latency applications
Offline transcription
✅ Hogwarts Legacy SpellCaster
Ultra-lightweight and low latency spell speech recognition
1@misc{cheneau2026moonshine-tiny-fr,
2 author = {Pierre Chéneau (Cornebidouil)},
3 title = {Moonshine-Tiny-FR: Fine-tuned French Speech Recognition},
4 year = {2026},
5 publisher = {HuggingFace},
6 url = {https://huggingface.co/Cornebidouil/moonshine-tiny-fr}
7}
Fine tuning Guide
bibtex
1@misc{cheneau2026moonshine-finetune,
2 author = {Pierre Chéneau (Cornebidouil)},
3 title = {Moonshine ASR Fine-Tuning Guide},
4 year = {2026},
5 publisher = {GitHub},
6 url = {https://github.com/pierre-cheneau/finetune-moonshine-asr}
7}
Original Moonshine Model
bibtex
1@misc{jeffries2024moonshinespeechrecognitionlive,
2 title={Moonshine: Speech Recognition for Live Transcription and Voice Commands},
3 author={Nat Jeffries and Evan King and Manjunath Kudlur and Guy Nicholson and James Wang and Pete Warden},
4 year={2024},
5 eprint={2410.15608},
6 archivePrefix={arXiv},
7 primaryClass={cs.SD},
8 url={https://arxiv.org/abs/2410.15608},
9}
Multilingual LibriSpeech Dataset
bibtex
1@inproceedings{panayotov2015librispeech,
2 title={Multilingual LibriSpeech: A Corpus for Speech Recognition in Multiple Languages},
3 author={Pratap, Vineel and Xu, Qiantong and Sriram, Anuroop and Synnaeve, Gabriel and Collobert, Ronan},
4 booktitle={Interspeech},
5 year={2020}
6}
This model is released under the MIT License, consistent with the base Moonshine model.
MIT License
Copyright (c) 2026 Pierre Chéneau (Cornebidouil)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction...
Acknowledgments
Useful Sensors for the original Moonshine architecture and pre-trained model
Meta AI for the Multilingual LibriSpeech dataset
HuggingFace for the transformers library and model hosting
Schedule-Free Learning for the optimizer implementation