NVIDIA
NVIDIA
STT DE Conformer-CTC Large
Model
NVIDIA
NVIDIA
STT DE Conformer-CTC Large

Conformer-CTC-Large model for German Automatic Speech Recognition, Trained on NeMo German ASRSET

Model Overview

This collection contains large size versions of Conformer-CTC (around 120M parameters) trained on NeMo German ASRSet with over 2000 hours of German speech. The model transcribes speech in lower case German alphabet along with spaces and without punctuation. This model was trained with the English model as initialization.

Model Architecture

Conformer-CTC model is a non-autoregressive variant of Conformer model [1] for Automatic Speech Recognition which uses CTC loss/decoding instead of Transducer. You may find more info on the detail of this model here: Conformer-CTC 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.

You may find more info on how to train and use language models for ASR models here: ASR Language Modeling

Datasets

All the models in this collection are trained on a composite dataset (NeMo ASRSET) comprising of over two thousand hours of cleaned German speech:

  • MCV7.0 567 hours
  • MLS 1524 hours
  • VoxPopuli 214 hours

Performance

The performance of Automatic Speech Recognition models is measuring using Word Error Rate. Since this dataset is trained on multiple domains and a much larger corpus, it will generally perform better at transcribing audio in general.

The latest model obtains the following greedy scores on the following evaluation datasets -

VersionDecodingMCV7.0 devMCV7.0 TestComment
1.5.0Greedy5.846.68
1.5.0_lm4-gram LM5.236.03beam_width=256, n_gram_alpha=1, n_gram_beta=1
VersionDecodingMLS devMLS testComment
1.5.0Greedy3.854.63
1.5.0_lm4-gram LM3.534.23beam_width=256, n_gram_alpha=0.5, n_gram_beta=0.5
VersionDecodingVox Populi devVox Populi TestComment
1.5.0Greedy12.5610.51
1.5.0_lm4-gram LM11.699.82beam_width=256, n_gram_alpha=0.5, n_gram_beta=0.5

Note that these evaluation datasets have been filtered and preprocessed to only contain German alphabet characters and are removed of punctuation.

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.EncDecCTCModelBPE.from_pretrained(model_name="stt_de_conformer_ctc_large")

Transcribing text with this model

python [NEMO_GIT_FOLDER]/examples/asr/transcribe_speech.py \
 pretrained_name="stt_de_conformer_ctc_large" \
 audio_dir=""

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.5.0_lm
UpdatedApril 4, 2023 UTC
Compressed Size76.35 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.