khanhld3 commited on
Commit
8084070
·
1 Parent(s): 2710566

[update] update readme

Browse files
Files changed (2) hide show
  1. .DS_Store +0 -0
  2. README.md +3 -2
.DS_Store CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
 
README.md CHANGED
@@ -135,8 +135,9 @@ This will download the model checkpoint to the checkpoints folder inside your ch
135
  3. **Run the model**
136
  ```bash
137
  python decode.py \
138
- --model_checkpoint path/to/chunkformer-large-vie \
139
- --long_form_audio path/to/long_audio.wav \
 
140
  --chunk_size 64 \
141
  --left_context_size 128 \
142
  --right_context_size 128
 
135
  3. **Run the model**
136
  ```bash
137
  python decode.py \
138
+ --model_checkpoint path/to/local/chunkformer-large-vie \
139
+ --max_duration 14400 \ #in second, default is 1800
140
+ --long_form_audio path/to/audio.wav \
141
  --chunk_size 64 \
142
  --left_context_size 128 \
143
  --right_context_size 128