smajumdar94 commited on
Commit
c23e138
1 Parent(s): 5ebca04

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -198,7 +198,7 @@ This model provides transcribed speech as a string for a given audio sample.
198
 
199
  ## Model Architecture
200
 
201
- Conformer-Transducer 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](https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/main/asr/models.html).
202
 
203
  ## Training
204
 
 
198
 
199
  ## Model Architecture
200
 
201
+ Conformer-Transducer model is an autoregressive variant of Conformer model [1] for Automatic Speech Recognition which uses Transducer loss/decoding instead of CTC Loss. You may find more info on the detail of this model here: [Conformer-CTC Model](https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/main/asr/models.html).
202
 
203
  ## Training
204