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 nvidia/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 nvidia/nemotron-3.5-asr-streaming-0.6b with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("nvidia/nemotron-3.5-asr-streaming-0.6b") transcriptions = asr_model.transcribe(["file.wav"]) - Transformers
How to use nvidia/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="nvidia/nemotron-3.5-asr-streaming-0.6b")# Load model directly from transformers import AutoProcessor, AutoModel processor = AutoProcessor.from_pretrained("nvidia/nemotron-3.5-asr-streaming-0.6b") model = AutoModel.from_pretrained("nvidia/nemotron-3.5-asr-streaming-0.6b", device_map="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
Question about reproducing the reported Nemotron 3.5 ASR benchmark results
1
#27 opened 7 days ago
by
HoussamLCHMT
Question about multilingual Nemotron 3.5 ASR training setup (tokenizer & training config)
1
#26 opened 7 days ago
by
HoussamLCHMT
What is necessary to add a language like Farsi?
1
#25 opened 9 days ago
by
kwein123
Nemotron 3.5 ASR Streaming 0.6b in native C++/GGML. RTF = 0.0066 on RTX 5090
🔥 3
#24 opened 18 days ago
by
audio-cpp
Extract alignment information from transcript with transformers
👍 1
1
#22 opened 23 days ago
by
blazarev
Vocab scan shows 0 Malayalam/Tamil tokens — any guidance/timeline on adding unsupported scripts?"
#21 opened about 1 month ago
by
Asswin04310
Request: Official support for Indonesian (Bahasa Indonesia)
👍 1
1
#19 opened about 1 month ago
by
syamiljihad
ModuleNotFoundError: 'rnnt_bpe_models_prompt' when using ASRModel.from_pretrained()
1
#18 opened about 1 month ago
by
DannyWhyze
Python 3.10 not supported
1
#17 opened about 1 month ago
by
ahmed-sevimli
Windows Directory Error
#16 opened about 1 month ago
by
ahmed-sevimli
Greek final sigma (ς) maps to <unk> and causes systematic transcription errors!
#15 opened about 1 month ago
by
GeorgeArGR
Timestamps for transcript ?
6
#14 opened about 1 month ago
by
gaber
Update README.md
#13 opened about 1 month ago
by
linyuan2001
Malayalam Support?
1
#12 opened about 2 months ago
by
trysem
Model Underperformance with German Language
🧠 1
1
#11 opened about 2 months ago
by
XaverK
Lora funetuning
#10 opened about 2 months ago
by
alexliap
Fix encoder embedding dimension in model card (D=512 → D=1024)
👀👍 2
1
#9 opened about 2 months ago
by
MoHamdyy
Bangla_Support
1
#8 opened about 2 months ago
by
Sajid50
Azerbaijani language
2
#7 opened about 2 months ago
by
vrashad
Multilingual tokenizer
3
#4 opened about 2 months ago
by
eesungkim
Code-switching ?
1
#2 opened about 2 months ago
by
Raven33
Can i export onnx models and use it in sherpa-onnx
👍 3
13
#1 opened 2 months ago
by
csukuangfj