fix incorrect links to bpe since it should be char
Browse files
README.md
CHANGED
@@ -124,7 +124,7 @@ Conformer-Transducer model is an autoregressive variant of Conformer model [1] f
|
|
124 |
|
125 |
## Training
|
126 |
|
127 |
-
The NeMo toolkit [3] was used for training the models for over several hundred epochs. These model are trained with this [example script](https://github.com/NVIDIA/NeMo/blob/main/examples/asr/asr_transducer/
|
128 |
|
129 |
### Datasets
|
130 |
|
|
|
124 |
|
125 |
## Training
|
126 |
|
127 |
+
The NeMo toolkit [3] was used for training the models for over several hundred epochs. These model are trained with this [example script](https://github.com/NVIDIA/NeMo/blob/main/examples/asr/asr_transducer/speech_to_text_rnnt.py) and this [base config](https://github.com/NVIDIA/NeMo/blob/main/examples/asr/conf/conformer/conformer_transducer_char.yaml).
|
128 |
|
129 |
### Datasets
|
130 |
|