Gluttony10 commited on
Commit
5504d78
1 Parent(s): e42100a

Upload config.yml

Browse files
Files changed (1) hide show
  1. config.yml +74 -0
config.yml ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ bert_gen:
2
+ config_path: config.json
3
+ device: cuda
4
+ num_processes: 2
5
+ use_multi_device: false
6
+ dataset_path: Data\glut
7
+ mirror: ''
8
+ openi_token: ''
9
+ preprocess_text:
10
+ clean: true
11
+ cleaned_path: filelists/cleaned.list
12
+ config_path: config.json
13
+ max_val_total: 8
14
+ train_path: filelists/train.list
15
+ transcription_path: filelists/short_character_anno.list
16
+ val_path: filelists/val.list
17
+ val_per_spk: 4
18
+ resample:
19
+ in_dir: custom_character_voice
20
+ out_dir: custom_character_voice
21
+ sampling_rate: 44100
22
+ server:
23
+ device: cuda
24
+ models:
25
+ - config: ./Data/TEST/config.json
26
+ device: cuda
27
+ language: ZH
28
+ model: ./Data/TEST/models/G_100.pth
29
+ speakers:
30
+ - length_scale: 1
31
+ noise_scale: 0.6
32
+ noise_scale_w: 0.8
33
+ sdp_ratio: 0.2
34
+ speaker: "\u79D1\u6BD4"
35
+ - length_scale: 0.5
36
+ noise_scale: 0.7
37
+ noise_scale_w: 0.8
38
+ sdp_ratio: 0.3
39
+ speaker: "\u4E94\u6761\u609F"
40
+ - length_scale: 1.2
41
+ noise_scale: 0.6
42
+ noise_scale_w: 0.8
43
+ sdp_ratio: 0.2
44
+ speaker: "\u5B89\u500D\u664B\u4E09"
45
+ - config: ./Data/test/config.json
46
+ device: cuda
47
+ language: JP
48
+ model: ./Data/test/models/G_100.pth
49
+ speakers: []
50
+ port: 7860
51
+ train_ms:
52
+ base:
53
+ model_image: "Bert-VITS2\u4E2D\u65E5\u5E95\u6A21"
54
+ repo_id: Stardust_minus/Bert-VITS2
55
+ use_base_model: false
56
+ config_path: config.json
57
+ env:
58
+ MASTER_ADDR: localhost
59
+ MASTER_PORT: 10086
60
+ RANK: 0
61
+ THE_ENV_VAR_YOU_NEED_TO_USE: '1234567'
62
+ WORLD_SIZE: 1
63
+ model: models
64
+ translate:
65
+ app_key: ''
66
+ secret_key: ''
67
+ webui:
68
+ config_path: Data/TEST/config.json
69
+ debug: false
70
+ device: cuda
71
+ language_identification_library: langid
72
+ model: models/G_100.pth
73
+ port: 7860
74
+ share: false