ContextNet-1024 model for German Automatic Speech Recognition, trained on NeMo German ASRSET
Model Overview
This collection contains ContextNet-1024 (around 140M parameters) trained on German NeMo ASRSet with over 2000 hours of German speech.
It utilizes a Google SentencePiece [1] tokenizer with vocabulary size 1024, and transcribes text in lower case German alphabet along with spaces without any punctuation.
Model Architecture
ContextNet [2] model is an autoregressive, transducer based Automatic Speech Recognition model. You may find more info on the detail of this model here: ContextNet 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] (https://github.com/NVIDIA/NeMo/blob/main/examples/asr/conf/contextnet_rnnt/contextnet_rnnt.yaml).
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 over two thousand hours of cleaned German speech:
- MCV7.0 567 hours
- MLS 1524 hours
- VoxPopuli 214 hours
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 :
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 -
- 4.76 % on
MCV7.0 dev - 5.5 % on
MCV7.0 test - 3.53 % on
MLS dev - 4.2 % on
MLS test - 11.32 % on
Vox Populi dev - 9.4 % on
Vox Populi test
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
Transcribing text with this model
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] Google Sentencepiece Tokenizer
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.