Update README.md
Browse files
README.md
CHANGED
@@ -109,7 +109,7 @@ This will download the model checkpoint to the checkpoints folder inside your ch
|
|
109 |
python decode.py \
|
110 |
--model_checkpoint path/to/local/chunkformer-large-en-libri-960h \
|
111 |
--long_form_audio path/to/audio.wav \
|
112 |
-
--
|
113 |
--chunk_size 64 \
|
114 |
--left_context_size 128 \
|
115 |
--right_context_size 128
|
|
|
109 |
python decode.py \
|
110 |
--model_checkpoint path/to/local/chunkformer-large-en-libri-960h \
|
111 |
--long_form_audio path/to/audio.wav \
|
112 |
+
--total_batch_duration 14400 \ #in second, default is 1800
|
113 |
--chunk_size 64 \
|
114 |
--left_context_size 128 \
|
115 |
--right_context_size 128
|