transiteration
commited on
Commit
•
90cb9ff
1
Parent(s):
9cfa056
Update README.md
Browse files
README.md
CHANGED
@@ -52,7 +52,7 @@ asr_model.transcribe(['sample_kz.wav'])
|
|
52 |
python transcribe_speech.py model_path=stt_kz_quartznet15x5.nemo audio_dir="<DIRECTORY CONTAINING AUDIO FILES>"
|
53 |
```
|
54 |
|
55 |
-
If you have a manifest file
|
56 |
```
|
57 |
python transcribe_speech.py model_path=stt_kz_quartznet15x5.nemo dataset_manifest=manifest.json
|
58 |
```
|
|
|
52 |
python transcribe_speech.py model_path=stt_kz_quartznet15x5.nemo audio_dir="<DIRECTORY CONTAINING AUDIO FILES>"
|
53 |
```
|
54 |
|
55 |
+
If you have a manifest file about your audio files:
|
56 |
```
|
57 |
python transcribe_speech.py model_path=stt_kz_quartznet15x5.nemo dataset_manifest=manifest.json
|
58 |
```
|