Views
No views yet
nemotron-speech-streaming-en-0.6b
(English FastConformer encoder + fused RNN-T decoder/joint, with punctuation & capitalization),
packaged for the parakeet-rs ONNX runtime.MatMulInteger / DynamicQuantizeLinear);
Conv and other tensors stay FP32 to avoid ConvInteger kernel gaps, and the fused
decoder_joint + tokenizer are unchanged.processed_signal in, encoded out), so it is a drop-in for
runtimes that load the FP32 export. Streaming framing is unchanged (560 ms).| file | precision | notes |
|---|---|---|
encoder.onnx (+ .data) | int8 (MatMul) | cache-aware streaming FastConformer encoder |
decoder_joint.onnx | fp32 | fused RNN-T prediction net + joint (verbatim copy) |
tokenizer.model | — | SentencePiece (verbatim copy) |
nvidia/nemotron-speech-streaming-en-0.6b (NVIDIA Open Model License).altunenes/parakeet-rs
(subdir nemotron-speech-streaming-en-0.6b).onnxruntime.quantization.quantize_dynamic
(op_types_to_quantize=['MatMul'], weight_type=QInt8, per_channel=True).NOTICE.txt.