Moonshine Base (ONNX)

Moonshine Base is a compact English speech-to-text model from Useful Sensors. It is an encoder-decoder model that reads the raw 16 kHz waveform, so it needs no log-mel preprocessor.

This repository is a mirror of the official ONNX export onnx-community/moonshine-base-ONNX, kept so that the OpenVoiceOS ONNX ASR collection is self-contained. The weights are unchanged.

Usage

import onnx_asr

model = onnx_asr.load_model("moonshine-base")
print(model.recognize("test.wav"))

Quantized variants load with the quantization argument:

model = onnx_asr.load_model("moonshine-base", quantization="quantized")

Credits

Model by Useful Sensors Inc., released under the MIT license. Paper: Moonshine: Speech Recognition for Live Transcription and Voice Commands. ONNX export by onnx-community.

License

MIT

Downloads last month
20
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for OpenVoiceOS/moonshine-base-onnx

Quantized
(5)
this model

Collections including OpenVoiceOS/moonshine-base-onnx

Paper for OpenVoiceOS/moonshine-base-onnx