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