EMFORMER_RNNT_BASE_MUSTC¶
- torchaudio.prototype.pipelines.EMFORMER_RNNT_BASE_MUSTC¶
預訓練的 Emformer-RNNT 架構 ASR pipeline,能夠執行串流和非串流推論。
底層模型由
torchaudio.models.emformer_rnnt_base()
建構,並使用在 MuST-C release v2.0 [Cattoni et al., 2021] 資料集上訓練的權重,使用訓練腳本train.py
here,其中num_symbols=501
。請參閱
torchaudio.pipelines.RNNTBundle
以取得使用說明。