-
Notifications
You must be signed in to change notification settings - Fork 114
/
Copy pathfasterWhisperGUIConfig.json
85 lines (85 loc) · 2.51 KB
/
fasterWhisperGUIConfig.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"theme": "light",
"demucs": {
"overlap": 0.1,
"segment": 7.8,
"tracks": 5
},
"model_param": {
"localModel": true,
"onlineModel": false,
"model_path": "F:/WhisperModels/faster-whisper/large-v3-turbo",
"modelName": 11,
"use_v3_model": true,
"device": 1,
"deviceIndex": "0",
"preciese": 4,
"thread_num": "4",
"num_worker": "1",
"download_root": "C:/Users/12059/.cache/huggingface/hub",
"local_files_only": false
},
"vad_param": {
"use_VAD": true,
"threshold": 0.2,
"minSpeechDuration": "0",
"minSilenceDuration": "2000",
"maxSpeechDuration": "inf",
"speechPad": "400"
},
"setting": {
"saveConfig": true,
"autoLoadModel": false,
"language": 0,
"huggingface_user_token": "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",
"autoGoToOutputPage": 2,
"autoClearTempFiles": true,
"themeColor": "#e64ecf"
},
"Transcription_param": {
"aggregate_contents": true,
"language": 0,
"task": false,
"multilingual": false,
"beam_size": "1",
"best_of": "5",
"patience": "1.0",
"length_penalty": "1.0",
"temperature": "0.0,0.2,0.4,0.6,0.8,1.0",
"compression_ratio_threshold": "1.4",
"log_prob_threshold": "-10",
"no_speech_threshold": "0.9",
"condition_on_previous_text": false,
"initial_prompt": "",
"prefix": "",
"suppress_blank": true,
"suppress_tokens": "-1",
"without_timestamps": false,
"max_initial_timestamp": "1.0",
"word_timestamps": true,
"prepend_punctuations": "\"'“¿([{-",
"append_punctuations": "\"'.。,,!!??::”)]}、",
"repetition_penalty": "1.0",
"no_repeat_ngram_size": "0",
"prompt_reset_on_temperature": "0.5",
"chunk_length": "30",
"clip_mode": 0,
"max_new_tokens": "448",
"clip_timestamps": "",
"hallucination_silence_threshold": "0.5",
"hotwords": "",
"language_detection_threshold": "0.5",
"language_detection_segments": "1"
},
"output_whisperX": {
"tabMovable": true,
"tabScrollable": false,
"tabShadowEnabled": false,
"tabMaxWidth": 259,
"closeDisplayMode": 0,
"whisperXMinSpeaker": 3,
"whisperXMaxSpeaker": 3,
"outputFormat": 0,
"outputEncoding": 1
}
}