Commit
·
1d8eb0f
1
Parent(s):
5ee93ed
Update README.md
Browse files
README.md
CHANGED
|
@@ -21,7 +21,7 @@ tags:
|
|
| 21 |
- automatic-speech-recognition
|
| 22 |
- speech
|
| 23 |
- audio
|
| 24 |
-
-
|
| 25 |
- Conformer
|
| 26 |
- Transformer
|
| 27 |
- pytorch
|
|
@@ -211,7 +211,7 @@ Conformer-Transducer model is an autoregressive variant of Conformer model [1] f
|
|
| 211 |
|
| 212 |
## Training
|
| 213 |
|
| 214 |
-
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/
|
| 215 |
|
| 216 |
The tokenizers for these models were 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).
|
| 217 |
|
|
|
|
| 21 |
- automatic-speech-recognition
|
| 22 |
- speech
|
| 23 |
- audio
|
| 24 |
+
- Transducer
|
| 25 |
- Conformer
|
| 26 |
- Transformer
|
| 27 |
- pytorch
|
|
|
|
| 211 |
|
| 212 |
## Training
|
| 213 |
|
| 214 |
+
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).
|
| 215 |
|
| 216 |
The tokenizers for these models were 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).
|
| 217 |
|