transiteration commited on
Commit
00c528b
·
verified ·
1 Parent(s): 0479abb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -49,7 +49,7 @@ python3 train.py --train_manifest path/to/manifest.json --val_manifest path/to/m
49
  #### How to Evaluate
50
 
51
  ```
52
- python3 evaluate.py --model_path=/path/to/stt_kz_quartznet15x5.nemo --test_manifest path/to/manifest.json"
53
  ```
54
 
55
  #### How to Transcribe Audio File
 
49
  #### How to Evaluate
50
 
51
  ```
52
+ python3 evaluate.py --model_path /path/to/stt_kz_quartznet15x5.nemo --test_manifest path/to/manifest.json"
53
  ```
54
 
55
  #### How to Transcribe Audio File