smajumdar94
commited on
Commit
•
c23e138
1
Parent(s):
5ebca04
Update README.md
Browse files
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
|
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 |
|