Automatic Speech Recognition
NeMo
ONNX
PyTorch
speech-recognition
cache-aware ASR
streaming-asr
multilingual
speech
audio
FastConformer
RNNT
Parakeet
ASR
NeMo
Eval Results (legacy)
Instructions to use onnx-community/nemotron-3.5-asr-streaming-0.6b-onnx-int4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use onnx-community/nemotron-3.5-asr-streaming-0.6b-onnx-int4 with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("onnx-community/nemotron-3.5-asr-streaming-0.6b-onnx-int4") transcriptions = asr_model.transcribe(["file.wav"]) - Notebooks
- Google Colab
- Kaggle
Ctrl+K