Jarbas's picture
Add language/base_model metadata to model card
5b29dcf verified
|
Raw
History Blame Contribute Delete
817 Bytes
metadata
license: mit
language:
  - ne
library_name: onnx-asr
base_model:
  - ai4bharat/indicconformer_stt_ne_hybrid_ctc_rnnt_large
tags:
  - automatic-speech-recognition
  - onnx
  - nemo
pipeline_tag: automatic-speech-recognition

ai4bharat-indicconformer-ne-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: Nepali. Converted from ai4bharat/indicconformer_stt_ne_hybrid_ctc_rnnt_large.

import onnx_asr
model = onnx_asr.load_model("OpenVoiceOS/ai4bharat-indicconformer-ne-onnx")
print(model.recognize("audio.wav"))