Update
Browse files
README.md
CHANGED
@@ -55,14 +55,14 @@ asr_model.transcribe([path_to_audio_file])
|
|
55 |
Using Transducer mode inference:
|
56 |
```shell
|
57 |
python [NEMO_GIT_FOLDER]/examples/asr/transcribe_speech.py
|
58 |
-
pretrained_name="nvidia/
|
59 |
audio_dir="<DIRECTORY CONTAINING AUDIO FILES>"
|
60 |
```
|
61 |
|
62 |
Using CTC mode inference:
|
63 |
```shell
|
64 |
python [NEMO_GIT_FOLDER]/examples/asr/transcribe_speech.py
|
65 |
-
pretrained_name="nvidia/
|
66 |
audio_dir="<DIRECTORY CONTAINING AUDIO FILES>"
|
67 |
decoder_type="ctc"
|
68 |
```
|
|
|
55 |
Using Transducer mode inference:
|
56 |
```shell
|
57 |
python [NEMO_GIT_FOLDER]/examples/asr/transcribe_speech.py
|
58 |
+
pretrained_name="nvidia/stt_pt_fastconformer_hybrid_large"
|
59 |
audio_dir="<DIRECTORY CONTAINING AUDIO FILES>"
|
60 |
```
|
61 |
|
62 |
Using CTC mode inference:
|
63 |
```shell
|
64 |
python [NEMO_GIT_FOLDER]/examples/asr/transcribe_speech.py
|
65 |
+
pretrained_name="nvidia/stt_pt_fastconformer_hybrid_large"
|
66 |
audio_dir="<DIRECTORY CONTAINING AUDIO FILES>"
|
67 |
decoder_type="ctc"
|
68 |
```
|