Update configs/default_parameters.yaml
Browse files
configs/default_parameters.yaml
CHANGED
@@ -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
|
|
|
29 |
suppress_blank: true
|
30 |
suppress_tokens: "[-1]"
|
31 |
max_initial_timestamp: 1
|
32 |
+
word_timestamps: false
|
33 |
prepend_punctuations: "\"'“¿([{-"
|
34 |
append_punctuations: "\"'.。,,!!??::”)]}、"
|
35 |
max_new_tokens: null
|