jackyqs commited on
Commit
b048522
1 Parent(s): a5fe07b

Upload 3 files

Browse files
Files changed (3) hide show
  1. D_AISHELL.pth +3 -0
  2. G_AISHELL.pth +3 -0
  3. config.json +51 -0
D_AISHELL.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1115381143985fd2cd3bdb35d285375d60696de107f1838386344f7e04e29ba8
3
+ size 561098185
G_AISHELL.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc4a835e8462f5befbf35383cb22adc06138dfb8b02b0d957109d7758f6cd6a4
3
+ size 477726001
config.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "train": {
3
+ "log_interval": 200,
4
+ "eval_interval": 200,
5
+ "seed": 1234,
6
+ "epochs": 200000,
7
+ "learning_rate": 2e-4,
8
+ "betas": [0.8, 0.99],
9
+ "eps": 1e-9,
10
+ "batch_size": 16,
11
+ "fp16_run": true,
12
+ "lr_decay": 0.999875,
13
+ "segment_size": 8192,
14
+ "init_lr_ratio": 1,
15
+ "warmup_epochs": 0,
16
+ "c_mel": 45,
17
+ "c_kl": 1.0
18
+ },
19
+ "data": {
20
+ "training_files":"filelists/AISHELL_train.txt.cleaned",
21
+ "validation_files":"filelists/AISHELL_val.txt.cleaned",
22
+ "max_wav_value": 32768.0,
23
+ "sampling_rate": 8000,
24
+ "filter_length": 1024,
25
+ "hop_length": 256,
26
+ "win_length": 1024,
27
+ "n_mel_channels": 80,
28
+ "mel_fmin": 0.0,
29
+ "mel_fmax": null,
30
+ "add_blank": false,
31
+ "n_speakers": 174
32
+ },
33
+ "model": {
34
+ "inter_channels": 192,
35
+ "hidden_channels": 192,
36
+ "filter_channels": 768,
37
+ "n_heads": 2,
38
+ "n_layers": 6,
39
+ "kernel_size": 3,
40
+ "p_dropout": 0.1,
41
+ "resblock": "1",
42
+ "resblock_kernel_sizes": [3,7,11],
43
+ "resblock_dilation_sizes": [[1,3,5], [1,3,5], [1,3,5]],
44
+ "upsample_rates": [8,8,2,2],
45
+ "upsample_initial_channel": 512,
46
+ "upsample_kernel_sizes": [16,16,4,4],
47
+ "n_layers_q": 3,
48
+ "use_spectral_norm": false,
49
+ "gin_channels": 256
50
+ }
51
+ }