NVIDIA
NVIDIA
STT It Conformer-Transducer Large
Model
NVIDIA
NVIDIA
STT It Conformer-Transducer Large

Conformer-Transducer-Large model for Italian Automatic Speech Recognition, Trained on NeMo ASRSET 2.0

  • Model Overview

    This collection contains large size versions of Conformer-Transducer (around 120M parameters) trained on NeMo ASRSet with around 500 hours of Italian speech.

    It utilizes a Google SentencePiece [1] tokenizer with vocabulary size 1024, and transcribes speech in lowercase Italian alphabet along with spaces and apostrophes.

    Model Architecture

    Conformer-Transducer model is an autoregressive variant of Conformer model [2] for Automatic Speech Recognition which uses Transducer loss/decoding. You may find more info on the detail of this model here: Conformer-Transducer 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 487 hours of Italian speech:

    • Mozilla Common Voice 11.0 (Italian) - 220 hours after data cleaning
    • Multilingual LibriSpeech (Italian) - 214 hours after data cleaning
    • VoxPopuli transcribed subset (Italian) - 53 hours after data cleaning

    Tokenizer Construction

    The tokenizer for this model was built using text corpus provided with the train dataset.

    We build a Google Sentencepiece Tokenizer [1] with the following script :

    python [NEMO_GIT_FOLDER]/scripts/tokenizers/process_asr_text_tokenizer.py \
      --manifest="train_manifest.json" \
      --data_root="<OUTPUT DIRECTORY FOR TOKENIZER>" \
      --vocab_size=1024 \
      --tokenizer="spe" \
      --spe_type="unigram" \
      --spe_character_coverage=1.0 \
      --no_lower_case \
      --log
    

    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 SizeMCV 11.0 DevMCV 11.0 TestMLS DevMLS TestVoxPopuli DevVoxPopuli TestTrain Dataset
    1.13.0SentencePiece Unigram10244.805.2414.6212.1812.0015.15NeMo ASRSET It 2.0

    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.EncDecRNNTBPEModel.from_pretrained("stt_it_conformer_transducer_large")
    

    Transcribing text with this model

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

    Input

    This model accepts 16 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] Google Sentencepiece Tokenizer

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

    [3] NVIDIA NeMo Toolkit

    Licence

    License to use this model is covered by the CC-BY-4 License 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 CC-BY-4 License.

    Publisher
    NVIDIA
    NVIDIA
    Latest Version1.13.0
    UpdatedApril 4, 2023 UTC
    Compressed Size460.16 MB

    NVIDIA uses cookies to improve your experience on our web site. We and our third-party partners also use cookies and other tools to collect and record information you provide as well as information about your interactions with our websites for performance improvement, analytics, and to assist in marketing efforts. By clicking "Accept All", you consent to our use of cookies and other tools as described in our Cookie Policy. You can manage your cookie settings by clicking on "Manage Settings." By continuing to use this site or by clicking one of the buttons below, you agree to our Terms of Service (which contains important waivers). Please see our Privacy Policy for more information on our privacy practices.