NVIDIA
NVIDIA
STT En Fast Conformer-Transducer Large
Model
NVIDIA
NVIDIA
STT En Fast Conformer-Transducer Large

Fast Conformer-Transducer-Large model for English Automatic Speech Recognition, Trained on NeMo ASRSET

  • Model Overview

    This collection contains the large size version of Fast Conformer-Transducer (around 114M parameters) trained on NeMo ASRSet with around 24500 hours of english speech. The model transcribes speech in lower case english alphabet along with spaces and apostrophes.

    Model Architecture

    Conformer-Transducer model is an autoregressive variant of Conformer model [1] for Automatic Speech Recognition which uses Transducer loss/decoding. You may find more info on the detail of this model here: Fast-Conformer Model.

    Training

    The NeMo toolkit [3] was used for training the models for over several hundred epochs. These model are trained with this example script and this base config.

    The tokenizers for these models were built using the text transcripts of the train set with this script.

    Datasets

    All the models in this collection are trained on a composite dataset (NeMo ASRSET) comprising of several thousand hours of English speech:

    • Librispeech 960 hours of English speech
    • Fisher Corpus
    • Switchboard-1 Dataset
    • WSJ-0 and WSJ-1
    • National Speech Corpus (Part 1, Part 6)
    • VCTK
    • VoxPopuli (EN)
    • Europarl-ASR (EN)
    • Multilingual Librispeech (MLS EN) - 2,000 hours subset
    • Mozilla Common Voice (v7.0)
    • People's Speech - 12,000 hrs subset

    Note: older versions of the model may have trained on smaller set of datasets.

    Performance

    The list of the available models in this collection is shown in the following table. Performances of the ASR models are reported in terms of Word Error Rate (WER%) with greedy decoding.

    VersionTokenizerVocabulary SizeLS test-otherLS test-cleanWSJ Eval92WSJ Dev93NSC Part 1MLS TestMCV Test 7.0Train Dataset
    1.0.0SentencePiece Unigram10243.81.81.42.45.55.87.5NeMo ASRSET 3.0

    You may use language models to improve the accuracy of the models.

    How to Use this Model

    The model is available for use in the NeMo toolkit [3], and can be used as a pre-trained checkpoint for inference or for fine-tuning on another dataset.

    Automatically load the model from NGC

    import nemo.collections.asr as nemo_asr
    asr_model = nemo_asr.models.EncDecRNNTModelBPE.from_pretrained(model_name="stt_en_fastconformer_transducer_large")
    

    Transcribing text with this model

    python [NEMO_GIT_FOLDER]/examples/asr/transcribe_speech.py \
     pretrained_name="stt_en_fastconformer_rnnt_large" \
     audio_dir="<DIRECTORY CONTAINING AUDIO FILES>"
    

    Input

    This model accepts 16000 KHz Mono-channel Audio (wav files) as input.

    Output

    This model provides transcribed speech as a string for a given audio sample.

    Limitations

    Since this model was trained on publically available speech datasets, the performance of this model might degrade for speech which includes technical terms, or vernacular that the model has not been trained on. The model might also perform worse for accented speech.

    References

    [1] Conformer: Convolution-augmented Transformer for Speech Recognition

    [2] Google Sentencepiece Tokenizer

    [3] NVIDIA NeMo Toolkit

    Licence

    License to use this model is covered by the NGC TERMS OF USE unless another License/Terms Of Use/EULA is clearly specified. By downloading the public and release version of the model, you accept the terms and conditions of the NGC TERMS OF USE.

    Publisher
    NVIDIA
    NVIDIA
    Latest Version1.0.0
    UpdatedApril 25, 2023 UTC
    Compressed Size435.93 MB