Commit
·
e62ef7c
1
Parent(s):
d5a626d
Update README.md
Browse files
README.md
CHANGED
|
@@ -20,7 +20,7 @@ tags:
|
|
| 20 |
- hf-asr-leaderboard
|
| 21 |
license: cc-by-4.0
|
| 22 |
model-index:
|
| 23 |
-
- name: stt_es_conformer_transducer_large
|
| 24 |
results:
|
| 25 |
- task:
|
| 26 |
type: Automatic Speech Recognition
|
|
@@ -127,7 +127,7 @@ asr_model.transcribe(['2086-149220-0033.wav'])
|
|
| 127 |
|
| 128 |
```shell
|
| 129 |
python [NEMO_GIT_FOLDER]/examples/asr/transcribe_speech.py
|
| 130 |
-
pretrained_name="nvidia/
|
| 131 |
audio_dir="<DIRECTORY CONTAINING AUDIO FILES>"
|
| 132 |
```
|
| 133 |
|
|
|
|
| 20 |
- hf-asr-leaderboard
|
| 21 |
license: cc-by-4.0
|
| 22 |
model-index:
|
| 23 |
+
- name: stt_es_conformer_transducer_large
|
| 24 |
results:
|
| 25 |
- task:
|
| 26 |
type: Automatic Speech Recognition
|
|
|
|
| 127 |
|
| 128 |
```shell
|
| 129 |
python [NEMO_GIT_FOLDER]/examples/asr/transcribe_speech.py
|
| 130 |
+
pretrained_name="nvidia/stt_es_conformer_transducer_large"
|
| 131 |
audio_dir="<DIRECTORY CONTAINING AUDIO FILES>"
|
| 132 |
```
|
| 133 |
|