steveheh commited on
Commit
ecbfc20
·
verified ·
1 Parent(s): c603d1e

fix incorrect links to bpe since it should be char

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/speech_to_text_rnnt_bpe.py) and this [base config](https://github.com/NVIDIA/NeMo/blob/main/examples/asr/conf/conformer/conformer_transducer_bpe.yaml).
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