| File | Size | Description |
|---|---|---|
encoder.onnx + encoder.onnx.data | ~2.4 GB | Streaming encoder with prompt_index input |
decoder_joint.onnx | 93 MB | Decoder + joint network |
tokenizer.model | 0.4 MB | SentencePiece tokenizer (13k vocab) |
| Input | Shape | Description |
|---|---|---|
processed_signal | [batch, 128, time] | Mel spectrogram |
processed_signal_length | [batch] | Signal length |
cache_last_channel | [24, 1, 56, 1024] | Channel cache |
cache_last_time | [24, 1, 1024, 8] | Time cache |
cache_last_channel_len | [1] | Cache length |
prompt_index | [batch] | Language index (101=auto) |
nemo_transducer model type with OnlineRecognizer for streaming inference. Pass prompt_index=101 for auto language detection or a specific language index.