Update README.md
Browse files
README.md
CHANGED
@@ -176,7 +176,7 @@ Streaming Citrinet-1024 model is a non-autoregressive, streaming variant of Citr
|
|
176 |
|
177 |
## Training
|
178 |
|
179 |
-
The NeMo toolkit [3] was used for training the model for
|
180 |
|
181 |
The tokenizer for this models was built using the text transcripts of the train set with this [script](https://github.com/NVIDIA/NeMo/blob/main/scripts/tokenizers/process_asr_text_tokenizer.py).
|
182 |
|
|
|
176 |
|
177 |
## Training
|
178 |
|
179 |
+
The NeMo toolkit [3] was used for training the model for 1000 epochs. This model was trained with this [example script](https://github.com/NVIDIA/NeMo/blob/main/examples/asr/asr_ctc/speech_to_text_ctc_bpe.py) and this [base config](https://github.com/NVIDIA/NeMo/blob/main/examples/asr/conf/citrinet/citrinet_1024.yaml).
|
180 |
|
181 |
The tokenizer for this models was built using the text transcripts of the train set with this [script](https://github.com/NVIDIA/NeMo/blob/main/scripts/tokenizers/process_asr_text_tokenizer.py).
|
182 |
|