CoolFace
Modelpublic

OpenVoiceOS/bsc-lt-los-conformer-transducer-large-onnx

sourceHugging Faceapache-2.0updated 3mo agoView on Hugging Face
0likes17downloads
Model Card

bsc-lt-los-conformer-transducer-large-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: Spanish. Converted from BSC-LT/stt_los_conformer_transducer_large.

python
import onnx_asr
model = onnx_asr.load_model("OpenVoiceOS/bsc-lt-los-conformer-transducer-large-onnx")
print(model.recognize("audio.wav"))