Jarbas's picture
Add language/base_model metadata to model card
2fba2c2 verified
|
Raw
History Blame Contribute Delete
864 Bytes
---
license: apache-2.0
language:
- es
library_name: onnx-asr
base_model:
- BSC-LT/stt_los_conformer_transducer_large_punctuated
tags:
- automatic-speech-recognition
- onnx
- nemo
pipeline_tag: automatic-speech-recognition
---
# bsc-lt-los-conformer-transducer-large-punctuated-onnx
ASR model exported to ONNX for the
[onnx-asr](https://github.com/istupakov/onnx-asr) library and the
[ovos-stt-plugin-onnx-asr](https://github.com/OpenVoiceOS/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_punctuated](https://huggingface.co/BSC-LT/stt_los_conformer_transducer_large_punctuated).
```python
import onnx_asr
model = onnx_asr.load_model("OpenVoiceOS/bsc-lt-los-conformer-transducer-large-punctuated-onnx")
print(model.recognize("audio.wav"))
```