CoolFace
Modelpublic

OpenVoiceOS/nvidia-parakeet-ctc-0.6b-vietnamese-onnx

sourceHugging Faceotherupdated 3mo agoView on Hugging Face
0likes95downloads
Model Card

nvidia-parakeet-ctc-0.6b-vietnamese-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: Vietnamese. Converted from nvidia/parakeet-ctc-0.6b-Vietnamese.

python
import onnx_asr
model = onnx_asr.load_model("OpenVoiceOS/nvidia-parakeet-ctc-0.6b-vietnamese-onnx")
print(model.recognize("audio.wav"))