EMFORMER_RNNT_BASE_TEDLIUM3¶
- torchaudio.prototype.pipelines.EMFORMER_RNNT_BASE_TEDLIUM3¶
[DEPRECATED]
Warning
This object is deprecated deprecated from version 2.8. It will be removed in the 2.9 release. This deprecation is part of a large refactoring effort to transition TorchAudio into a maintenance phase. Please see https://github.com/pytorch/audio/issues/3902 for more information.
Pre-trained Emformer-RNNT-based ASR pipeline capable of performing both streaming and non-streaming inference.
The underlying model is constructed by
torchaudio.models.emformer_rnnt_base()
and utilizes weights trained on TED-LIUM Release 3 [Rousseau et al., 2012] dataset using training scripttrain.py
here withnum_symbols=501
.Please refer to
torchaudio.pipelines.RNNTBundle
for usage instructions.