Automatic Speech Recognition
NeMo
Safetensors
Transformers
PyTorch
nemotron3_5_asr
feature-extraction
speech-recognition
cache-aware ASR
streaming-asr
multilingual
speech
audio
FastConformer
RNNT
Parakeet
ASR
NeMo
Eval Results (legacy)
Instructions to use 0x3/nemotron-3.5-asr-streaming-0.6b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use 0x3/nemotron-3.5-asr-streaming-0.6b with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("0x3/nemotron-3.5-asr-streaming-0.6b") transcriptions = asr_model.transcribe(["file.wav"]) - Transformers
How to use 0x3/nemotron-3.5-asr-streaming-0.6b with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="0x3/nemotron-3.5-asr-streaming-0.6b")# Load model directly from transformers import AutoProcessor, AutoModel processor = AutoProcessor.from_pretrained("0x3/nemotron-3.5-asr-streaming-0.6b") model = AutoModel.from_pretrained("0x3/nemotron-3.5-asr-streaming-0.6b") - Notebooks
- Google Colab
- Kaggle

- Xet hash:
- f708b9afa89f803aaaca483b5decaeb7fbd7e1eea441a98f19272ac3309c4924
- Size of remote file:
- 69.5 kB
- SHA256:
- 276b2f4e3dca6f5550f4215c8180ab244bc998401d65b54ce40400d228fee5da
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.