jhj0517 commited on
Commit
a81a186
·
1 Parent(s): fdb3baa

Add translation params

Browse files
Files changed (1) hide show
  1. configs/default_parameters.yaml +15 -5
configs/default_parameters.yaml CHANGED
@@ -1,9 +1,9 @@
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
@@ -41,6 +41,16 @@ vad:
41
 
42
  diarization:
43
  is_diarize: false
44
- hf_token: ""
45
-
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
7
  no_speech_threshold: 0.6
8
  best_of: 5
9
  patience: 1
 
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