sasha-meister commited on
Commit
7b26a2e
1 Parent(s): 0b858da

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -150,7 +150,7 @@ This model provides transcribed speech as a string for a given audio sample.
150
 
151
  ## Model Architecture
152
 
153
- Conformer-CTC model is an autoregressive variant of Conformer model [1] for Automatic Speech Recognition which uses Transducer loss/decoding. 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#conformer-ctc).
154
 
155
  ## Training
156
 
 
150
 
151
  ## Model Architecture
152
 
153
+ 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](https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/main/asr/models.html#conformer-ctc).
154
 
155
  ## Training
156