Spaces:
Running
Running
jhj0517
commited on
Commit
·
f1fdb12
1
Parent(s):
2352d0b
Add `add_timestamp`
Browse files
configs/default_parameters.yaml
CHANGED
@@ -30,6 +30,7 @@ whisper:
|
|
30 |
hotwords: null
|
31 |
language_detection_threshold: null
|
32 |
language_detection_segments: 1
|
|
|
33 |
|
34 |
vad:
|
35 |
vad_filter: false
|
@@ -54,3 +55,4 @@ translation:
|
|
54 |
source_lang: null
|
55 |
target_lang: null
|
56 |
max_length: 200
|
|
|
|
30 |
hotwords: null
|
31 |
language_detection_threshold: null
|
32 |
language_detection_segments: 1
|
33 |
+
add_timestamp: true
|
34 |
|
35 |
vad:
|
36 |
vad_filter: false
|
|
|
55 |
source_lang: null
|
56 |
target_lang: null
|
57 |
max_length: 200
|
58 |
+
add_timestamp: true
|