Update configs/default_parameters.yaml
Browse files
configs/default_parameters.yaml
CHANGED
@@ -12,7 +12,7 @@ whisper:
|
|
12 |
beam_size: 5
|
13 |
log_prob_threshold: -1
|
14 |
#no_speech_threshold: 0.6
|
15 |
-
no_speech_threshold: 0.
|
16 |
best_of: 5
|
17 |
patience: 1
|
18 |
condition_on_previous_text: true
|
@@ -29,7 +29,7 @@ whisper:
|
|
29 |
suppress_blank: true
|
30 |
suppress_tokens: "[-1]"
|
31 |
max_initial_timestamp: 1
|
32 |
-
word_timestamps:
|
33 |
prepend_punctuations: "\"'“¿([{-"
|
34 |
append_punctuations: "\"'.。,,!!??::”)]}、"
|
35 |
max_new_tokens: null
|
|
|
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
|
|
|
29 |
suppress_blank: true
|
30 |
suppress_tokens: "[-1]"
|
31 |
max_initial_timestamp: 1
|
32 |
+
word_timestamps: true
|
33 |
prepend_punctuations: "\"'“¿([{-"
|
34 |
append_punctuations: "\"'.。,,!!??::”)]}、"
|
35 |
max_new_tokens: null
|