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)
Eval Results
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
Update ckpt & README.md & Renaming
Browse filesSigned-off-by: Jinhan <jinhanw@nvidia.com>
README.md
CHANGED
|
@@ -12,3 +12,6 @@ For immediate access, contact [jaydar@nvidia.com](mailto:jaydar@nvidia.com) with
|
|
| 12 |
|
| 13 |
Model information can be found from private_README.md after access granted.
|
| 14 |
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
|
| 13 |
Model information can be found from private_README.md after access granted.
|
| 14 |
|
| 15 |
+
> [!Note]
|
| 16 |
+
> May 29, 2026: nemotron-3.5-asr-streaming-0.6b checkpoint was udpated.
|
| 17 |
+
|
nemotron-asr-streaming-multilingual-0.6b.nemo → nemotron-3.5-asr-streaming-0.6b.nemo
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:210214ed94039bf6bfbb9a047c7fa289628db75b103e2bf6381fa78285436a74
|
| 3 |
+
size 2368284501
|
private_README.md
CHANGED
|
@@ -6,7 +6,7 @@ license_link: >-
|
|
| 6 |
---
|
| 7 |
|
| 8 |
|
| 9 |
-
# Nemotron-3.5-
|
| 10 |
|
| 11 |
<style>
|
| 12 |
h1, h2, h3, h4, h5, h6 {
|
|
@@ -38,6 +38,10 @@ img {
|
|
| 38 |
[](#model-architecture)
|
| 39 |
| [](#model-architecture)
|
| 40 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
# Model Overview
|
| 42 |
|
| 43 |
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
|
| 9 |
+
# Nemotron-3.5-asr-streaming-0.6b
|
| 10 |
|
| 11 |
<style>
|
| 12 |
h1, h2, h3, h4, h5, h6 {
|
|
|
|
| 38 |
[](#model-architecture)
|
| 39 |
| [](#model-architecture)
|
| 40 |
|
| 41 |
+
> [!Note]
|
| 42 |
+
> May 29, 2026: nemotron-3.5-asr-streaming-0.6b checkpoint was udpated.
|
| 43 |
+
|
| 44 |
+
|
| 45 |
# Model Overview
|
| 46 |
|
| 47 |
|