According to the OpenASR Leaderboard [1], looks like Parakeet V2/V3 and Canary-Qwen (a Qwen finetune) handily beat Moonshine. All 3 models are open, but Parakeet is the smallest of the 3. I use Parakeet V3 with Handy and it works great locally for me. [1]: https://huggingface.co/spaces/hf-audio/open_asr_leaderboard
Parakeet V3 is over twice the parameter count of Moonshine Medium (600m vs 245m), so it's not an apples to apples comparison. I'm actually a little surprised they haven't added model size to that chart.
Show HN: Moonshine Open-Weights STT models – higher accuracy than WhisperLargev3
41–50 of 92 posts
Re: Show HN: Moonshine Open-Weights STT models – higher accuracy than WhisperLargev3
#42Re: Show HN: Moonshine Open-Weights STT models – higher accuracy than WhisperLargev3
#43According to the OpenASR Leaderboard [1], looks like Parakeet V2/V3 and Canary-Qwen (a Qwen finetune) handily beat Moonshine. All 3 models are open, but Parakeet is the smallest of the 3. I use Parakeet V3 with Handy and it works great locally for me. [1]: https://huggingface.co/spaces/hf-audio/open_asr_leaderboard
hmmm looks like assembyAI is still unbeatable here in terms of cost/performance unless im mistaken edit: holy shit parakeet is good.... Moonshine impressive too and it is half the param Now if only there was something just as quick as Parakeet v3 for TTS ! Then I can talk to codex all day long!!!
Re: Show HN: Moonshine Open-Weights STT models – higher accuracy than WhisperLargev3
#44> Models for other languages are released under the Moonshine Community License, which is a non-commercial license. Weird to only release English as open weights.
Re: Show HN: Moonshine Open-Weights STT models – higher accuracy than WhisperLargev3
#45Re: Show HN: Moonshine Open-Weights STT models – higher accuracy than WhisperLargev3
#46Earlier quoted context omitted.
There is a license blurb in the readme. > This code, apart from the source in core/third-party, is licensed under the MIT License, see LICENSE in this repository. > The English-language models are also released under the MIT License. Models for other languages are released under the Moonshine Community License, which is a non-commercial license. > The code in core/third-party is licensed according to the terms of the…
The LICENSE file that refers to is missing. There's one in the python folder, but not for the rest of the code.
Presuming (I haven't checked myself) the git author information supports this, it should be fine to treat this as licensing the code it specifies under MIT; based on that license name being (to my understanding) unambiguous and license application being based on contract law and contract law basically having at it's very core the principle of "meeting of the minds" along with wilful infringement being really really hard to even argue for if the only thing that's separating it from being 100% clearly licensed in all proper ways being not copying in an MIT `LICENSE` template with date and author name pasted into it.
Re: Show HN: Moonshine Open-Weights STT models – higher accuracy than WhisperLargev3
#47No idea why 'sudo pip install --break-system-packages moonshine-voice' is the recommended way to install on raspi? The authors do acknowledge this though and give a slightly too complex way to do this with uv in an example project (FYI, you dont need to source anything if you use uv run)
Re: Show HN: Moonshine Open-Weights STT models – higher accuracy than WhisperLargev3
#48Earlier quoted context omitted.
The LICENSE file that refers to is missing. There's one in the python folder, but not for the rest of the code.
IANAL. Presuming (I haven't checked myself) the git author information supports this, it should be fine to treat this as licensing the code it specifies under MIT; based on that license name being (to my understanding) unambiguous and license application being based on contract law and contract law basically having at it's very core the principle of "meeting of the minds" along with wilful infringement being really r…
Re: Show HN: Moonshine Open-Weights STT models – higher accuracy than WhisperLargev3
#49> Models for other languages are released under the Moonshine Community License, which is a non-commercial license. Weird to only release English as open weights.
I find it an even more weird practice for anyone working with speech or text models not in the first paragraph name the language it is meant for (and I do not mean the programming language bindings). How many English native speakers are there 5% of the world population?