CoolFace
Modelpublic

OpenVoiceOS/yuriyvnv-parakeet-tdt-0.6b-pt-onnx

sourceHugging Facecc-by-4.0updated 3mo agoView on Hugging Face
0likes68downloads
Model Card

yuriyvnv-parakeet-tdt-0.6b-pt-onnx

ASR model exported to ONNX for the onnx-asr library and the ovos-stt-plugin-onnx-asr OpenVoiceOS STT plugin. Ships both fp32 and int8 weights.

Language: Portuguese. Converted from yuriyvnv/parakeet-tdt-0.6b-portuguese.

python
import onnx_asr
model = onnx_asr.load_model("OpenVoiceOS/yuriyvnv-parakeet-tdt-0.6b-pt-onnx")
print(model.recognize("audio.wav"))