nshmyrevgmail commited on
Commit
0fac665
1 Parent(s): 786be45

Initial import

Browse files
Files changed (3) hide show
  1. D_1642000.pth +3 -0
  2. G_1642000.pth +3 -0
  3. config.json +70 -0
D_1642000.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afb0b7fc90dcee66e95f68da224ce0a5880a45345ae5e7c3b6293d2c61639f4e
3
+ size 564536506
G_1642000.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d707c03236c35b9252018799cca2fbcd1ef4d4c7943e7acfb0524229af14a891
3
+ size 480945612
config.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "train": {
3
+ "log_interval": 20,
4
+ "eval_interval": 1000,
5
+ "seed": 1234,
6
+ "epochs": 20000,
7
+ "learning_rate": 2e-4,
8
+ "betas": [0.8, 0.99],
9
+ "eps": 1e-9,
10
+ "batch_size": 32,
11
+ "fp16_run": false,
12
+ "lr_decay": 0.999875,
13
+ "segment_size": 10240,
14
+ "init_lr_ratio": 1,
15
+ "warmup_epochs": 0,
16
+ "c_mel": 45,
17
+ "c_kl": 1.0,
18
+ "use_sr": true,
19
+ "max_speclen": 1024,
20
+ "port": "8002",
21
+ "fft_sizes": [384, 683, 171],
22
+ "hop_sizes": [30, 60, 10],
23
+ "win_lengths": [150, 300, 60],
24
+ "window": "hann_window"
25
+ },
26
+ "data": {
27
+ "training_files":"./dataset/train.txt",
28
+ "validation_files":"./dataset/test.txt",
29
+ "text_cleaners":["english_cleaners2"],
30
+ "max_wav_value": 32768.0,
31
+ "sampling_rate": 16000,
32
+ "filter_length": 1280,
33
+ "hop_length": 320,
34
+ "win_length": 1280,
35
+ "n_mel_channels": 80,
36
+ "mel_fmin": 0.0,
37
+ "mel_fmax": null,
38
+ "add_blank": true,
39
+ "n_speakers": 0,
40
+ "cleaned_text": true
41
+ },
42
+ "model": {
43
+ "ms_istft_vits": true,
44
+ "mb_istft_vits": false,
45
+ "istft_vits": false,
46
+ "subbands": 4,
47
+ "gen_istft_n_fft": 16,
48
+ "gen_istft_hop_size": 4,
49
+ "inter_channels": 192,
50
+ "hidden_channels": 192,
51
+ "filter_channels": 768,
52
+ "n_heads": 2,
53
+ "n_layers": 6,
54
+ "kernel_size": 3,
55
+ "p_dropout": 0.1,
56
+ "resblock": "1",
57
+ "resblock_kernel_sizes": [3,7,11],
58
+ "resblock_dilation_sizes": [[1,3,5], [1,3,5], [1,3,5]],
59
+ "upsample_rates": [5,4],
60
+ "upsample_initial_channel": 512,
61
+ "upsample_kernel_sizes": [16,16],
62
+ "n_layers_q": 3,
63
+ "use_spectral_norm": false,
64
+ "gin_channels": 256,
65
+ "use_sdp": false,
66
+ "ssl_dim": 1024,
67
+ "use_spk": false
68
+ }
69
+
70
+ }