fastconformer_rnnt¶
Model type |
|
Class |
|
Task |
|
Source |
|
Description¶
NeMo FastConformer-RNNT (transducer) speech-to-text model.
Holds the three sub-modules (:attr:encoder, :attr:prediction,
- attr:
joint) that the :class:~mobius.tasks._rnnt.RNNTTaskwires into three separate ONNX graphs.
Usage¶
mobius build --model <MODEL_ID> output_dir/
from mobius import build
model = build("<MODEL_ID>")