File size: 1,109 Bytes
3f1f602
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---

license: other
base_model: nvidia/nemotron-3.5-asr-streaming-0.6b
tags:
- onnx
- asr
- streaming
- nemotron
- nemo
- sherpa-onnx
- multilingual
---


# Streaming Nemotron 3.5 ASR (0.6B, multilingual) — 560 ms — sherpa-onnx ONNX

sherpa-onnx streaming transducer export of
[nvidia/nemotron-3.5-asr-streaming-0.6b](https://huggingface.co/nvidia/nemotron-3.5-asr-streaming-0.6b)
at the **560 ms** cache-aware chunk (`att_context_size = [56, 6]`), produced with
sherpa-onnx's official `scripts/nemo/nemotron-3.5-asr-streaming-0.6b/export_onnx.py`.

Ships the full package:
- fp32: `encoder.onnx` + `encoder.data`, `decoder.onnx`, `joiner.onnx`
- int8: `encoder.int8.onnx`, `decoder.int8.onnx`, `joiner.int8.onnx` (ORT dynamic)
- fp16: `encoder.fp16.onnx`, `decoder.fp16.onnx`, `joiner.fp16.onnx` (onnxruntime float16, `keep_io_types`)
- `tokens.txt`

The multilingual `prompt_index` encoder input is exposed for per-stream language selection
(or `auto` = the metadata `auto_prompt_id`). Sibling of the `-1120ms` export.

Made for [WinSTT](https://github.com/dahshury/WinSTT).