Update configs/default_parameters.yaml
Browse files
configs/default_parameters.yaml
CHANGED
@@ -11,7 +11,8 @@ whisper:
|
|
11 |
is_translate: false
|
12 |
beam_size: 5
|
13 |
log_prob_threshold: -1
|
14 |
-
no_speech_threshold: 0.6
|
|
|
15 |
best_of: 5
|
16 |
patience: 1
|
17 |
condition_on_previous_text: true
|
|
|
11 |
is_translate: false
|
12 |
beam_size: 5
|
13 |
log_prob_threshold: -1
|
14 |
+
#no_speech_threshold: 0.6
|
15 |
+
no_speech_threshold: 0.4
|
16 |
best_of: 5
|
17 |
patience: 1
|
18 |
condition_on_previous_text: true
|