Spaces:
Running
Running
jhj0517
commited on
Commit
·
6669118
1
Parent(s):
f4628d6
Fix default value
Browse files
configs/default_parameters.yaml
CHANGED
@@ -12,7 +12,7 @@ whisper:
|
|
12 |
initial_prompt: null
|
13 |
temperature: 0
|
14 |
compression_ratio_threshold: 2.4
|
15 |
-
chunk_length_s:
|
16 |
batch_size: 24
|
17 |
length_penalty: 1
|
18 |
repetition_penalty: 1
|
|
|
12 |
initial_prompt: null
|
13 |
temperature: 0
|
14 |
compression_ratio_threshold: 2.4
|
15 |
+
chunk_length_s: 30
|
16 |
batch_size: 24
|
17 |
length_penalty: 1
|
18 |
repetition_penalty: 1
|