Update README.md
Browse files
README.md
CHANGED
@@ -156,7 +156,7 @@ pip install nemo_toolkit['all']
|
|
156 |
|
157 |
## NVIDIA Riva: Deployment
|
158 |
|
159 |
-
[CTC-based Conformers](https://huggingface.co/nvidia/stt_en_conformer_ctc_large) are supported by Riva today. This model, as well as other RNNT-based models, will be supported by future versions of
|
160 |
|
161 |
## How to Use this Model
|
162 |
|
@@ -182,7 +182,9 @@ asr_model.transcribe(['2086-149220-0033.wav'])
|
|
182 |
### Transcribing many audio files
|
183 |
|
184 |
```shell
|
185 |
-
python [NEMO_GIT_FOLDER]/examples/asr/transcribe_speech.py
|
|
|
|
|
186 |
```
|
187 |
|
188 |
### Input
|
|
|
156 |
|
157 |
## NVIDIA Riva: Deployment
|
158 |
|
159 |
+
[CTC-based Conformers](https://huggingface.co/nvidia/stt_en_conformer_ctc_large) are supported by Riva today. This model, as well as other RNNT-based models, will be supported by future versions of [NVIDIA Riva](https://developer.nvidia.com/riva).
|
160 |
|
161 |
## How to Use this Model
|
162 |
|
|
|
182 |
### Transcribing many audio files
|
183 |
|
184 |
```shell
|
185 |
+
python [NEMO_GIT_FOLDER]/examples/asr/transcribe_speech.py
|
186 |
+
pretrained_name="nvidia/stt_en_conformer_transducer_xlarge"
|
187 |
+
audio_dir="<DIRECTORY CONTAINING AUDIO FILES>"
|
188 |
```
|
189 |
|
190 |
### Input
|