Commit
·
845b4cf
1
Parent(s):
2ef3aaa
Update README.md
Browse files
README.md
CHANGED
|
@@ -158,7 +158,7 @@ img {
|
|
| 158 |
|
| 159 |
|
| 160 |
This model transcribes speech in lower case English alphabet along with spaces and apostrophes.
|
| 161 |
-
It is
|
| 162 |
See the [model architecture](#model-architecture) section and [NeMo documentation](https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/main/asr/models.html#conformer-transducer) for complete architecture details.
|
| 163 |
|
| 164 |
## NVIDIA NeMo: Training
|
|
@@ -205,11 +205,9 @@ This model accepts 16000 KHz Mono-channel Audio (wav files) as input.
|
|
| 205 |
|
| 206 |
This model provides transcribed speech as a string for a given audio sample.
|
| 207 |
|
| 208 |
-
|
| 209 |
-
|
| 210 |
## Model Architecture
|
| 211 |
|
| 212 |
-
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-
|
| 213 |
|
| 214 |
## Training
|
| 215 |
|
|
|
|
| 158 |
|
| 159 |
|
| 160 |
This model transcribes speech in lower case English alphabet along with spaces and apostrophes.
|
| 161 |
+
It is an "extra-large" versions of Conformer-Transducer (around 600M parameters) model.
|
| 162 |
See the [model architecture](#model-architecture) section and [NeMo documentation](https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/main/asr/models.html#conformer-transducer) for complete architecture details.
|
| 163 |
|
| 164 |
## NVIDIA NeMo: Training
|
|
|
|
| 205 |
|
| 206 |
This model provides transcribed speech as a string for a given audio sample.
|
| 207 |
|
|
|
|
|
|
|
| 208 |
## Model Architecture
|
| 209 |
|
| 210 |
+
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-Transducer Model](https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/main/asr/models.html).
|
| 211 |
|
| 212 |
## Training
|
| 213 |
|