Update configs/default_parameters.yaml
Browse files
configs/default_parameters.yaml
CHANGED
|
@@ -27,7 +27,7 @@ whisper:
|
|
| 27 |
max_new_tokens: null
|
| 28 |
hallucination_silence_threshold: null
|
| 29 |
hotwords: null
|
| 30 |
-
language_detection_threshold:
|
| 31 |
language_detection_segments: 1
|
| 32 |
add_timestamp_preview: false
|
| 33 |
add_timestamp_file: false
|
|
|
|
| 27 |
max_new_tokens: null
|
| 28 |
hallucination_silence_threshold: null
|
| 29 |
hotwords: null
|
| 30 |
+
language_detection_threshold: 0.5
|
| 31 |
language_detection_segments: 1
|
| 32 |
add_timestamp_preview: false
|
| 33 |
add_timestamp_file: false
|