jhj0517 commited on
Commit
d789b98
·
1 Parent(s): afc1f96

Use quotes for string

Browse files
Files changed (1) hide show
  1. configs/default_parameters.yaml +10 -10
configs/default_parameters.yaml CHANGED
@@ -1,6 +1,6 @@
1
  whisper:
2
- model_size: large-v2
3
- lang: Automatic Detection
4
  is_translate: false
5
  beam_size: 5
6
  log_prob_threshold: -1
@@ -20,7 +20,7 @@ whisper:
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: "\"'.。,,!!??::”)]}、"
@@ -41,16 +41,16 @@ vad:
41
 
42
  diarization:
43
  is_diarize: false
44
- hf_token: ''
45
 
46
  translation:
47
  deepl:
48
- api_key: ''
49
  is_pro: false
50
- source_lang: Automatic Detection
51
- target_lang: English
52
  nllb:
53
- model_size: facebook/nllb-200-1.3B
54
- source_lang: ''
55
- target_lang: ''
56
  max_length: 200
 
1
  whisper:
2
+ model_size: "large-v2"
3
+ lang: "Automatic Detection"
4
  is_translate: false
5
  beam_size: 5
6
  log_prob_threshold: -1
 
20
  prefix: null
21
  suppress_blank: true
22
  suppress_tokens: "[-1]"
23
+ max_initial_timestamp: 1
24
  word_timestamps: false
25
  prepend_punctuations: "\"'“¿([{-"
26
  append_punctuations: "\"'.。,,!!??::”)]}、"
 
41
 
42
  diarization:
43
  is_diarize: false
44
+ hf_token: ""
45
 
46
  translation:
47
  deepl:
48
+ api_key: ""
49
  is_pro: false
50
+ source_lang: "Automatic Detection"
51
+ target_lang: "English"
52
  nllb:
53
+ model_size: "facebook/nllb-200-1.3B"
54
+ source_lang: ""
55
+ target_lang: ""
56
  max_length: 200