jhj0517 commited on
Commit
abb1ca2
·
1 Parent(s): c4e96e8

Add parameters yaml

Browse files
Files changed (1) hide show
  1. configs/default_parameters.yaml +46 -0
configs/default_parameters.yaml ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ whisper:
2
+ model_size: "large-v2"
3
+ lang: "Automatic Detection"
4
+ is_translate: false
5
+ beam_size: 5
6
+ log_prob_threshold: -1.0
7
+ no_speech_threshold: 0.6
8
+ best_of: 5
9
+ patience: 1
10
+ condition_on_previous_text: true
11
+ prompt_reset_on_temperature: 0.5
12
+ initial_prompt: null
13
+ temperature: 0
14
+ compression_ratio_threshold: 2.4
15
+ chunk_length_s: null
16
+ batch_size: 24
17
+ length_penalty: 1
18
+ repetition_penalty: 1
19
+ no_repeat_ngram_size: 0
20
+ prefix: null
21
+ suppress_blank: true
22
+ suppress_tokens: "[-1]"
23
+ max_initial_timestamp: 1.0
24
+ word_timestamps: false
25
+ prepend_punctuations: "\"'“¿([{-"
26
+ append_punctuations: "\"'.。,,!!??::”)]}、"
27
+ max_new_tokens: null
28
+ chunk_length: null
29
+ hallucination_silence_threshold: null
30
+ hotwords: null
31
+ language_detection_threshold: null
32
+ language_detection_segments: 1
33
+
34
+ vad:
35
+ vad_filter: false
36
+ threshold: 0.5
37
+ min_speech_duration_ms: 250
38
+ max_speech_duration_s: 9999
39
+ min_silence_duration_ms: 2000
40
+ speech_pad_ms: 400
41
+
42
+ diarization:
43
+ is_diarize: false
44
+ hf_token: ""
45
+
46
+