kunaldhawan commited on
Commit
68b1a74
1 Parent(s): 1f241ed

Updated model card with information about Hybrid training

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -122,7 +122,7 @@ img {
122
 
123
 
124
  This model transcribes speech in upper and lower case German alphabet along with spaces, periods, commas, and question marks.
125
- It is a "large" version of FastConformer Transducer-CTC (around 115M parameters) model.
126
  See the [model architecture](#model-architecture) section and [NeMo documentation](https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/main/asr/models.html#fast-conformer) for complete architecture details.
127
 
128
  ## NVIDIA NeMo: Training
 
122
 
123
 
124
  This model transcribes speech in upper and lower case German alphabet along with spaces, periods, commas, and question marks.
125
+ It is a "large" version of FastConformer Transducer-CTC (around 115M parameters) model. This is a hybrid model trained on two losses: Transducer (default) and CTC.
126
  See the [model architecture](#model-architecture) section and [NeMo documentation](https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/main/asr/models.html#fast-conformer) for complete architecture details.
127
 
128
  ## NVIDIA NeMo: Training