Jarbas's picture
Add language/base_model metadata to model card
2846955 verified
|
Raw
History Blame Contribute Delete
768 Bytes
---
license: cc-by-4.0
language:
- it
library_name: onnx-asr
base_model:
- nvidia/stt_it_conformer_ctc_large
tags:
- automatic-speech-recognition
- onnx
- nemo
pipeline_tag: automatic-speech-recognition
---
# nvidia-it-conformer-ctc-large-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: **Italian**. Converted from [nvidia/stt_it_conformer_ctc_large](https://huggingface.co/nvidia/stt_it_conformer_ctc_large).
```python
import onnx_asr
model = onnx_asr.load_model("OpenVoiceOS/nvidia-it-conformer-ctc-large-onnx")
print(model.recognize("audio.wav"))
```