KyraWNY commited on
Commit
27244d3
1 Parent(s): 268a91f

Upload 6 files

Browse files
Files changed (6) hide show
  1. config.yaml +27 -0
  2. gcmvn_stats.npz +3 -0
  3. hifigan.bin +3 -0
  4. hifigan.json +37 -0
  5. transcript_b.pt +3 -0
  6. vocab.txt +77 -0
config.yaml ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ features:
2
+ eps: 1.0e-05
3
+ f_max: 8000
4
+ f_min: 20
5
+ hop_len_t: 0.011609977324263039
6
+ hop_length: 256
7
+ n_fft: 1024
8
+ n_mels: 80
9
+ n_stft: 513
10
+ sample_rate: 22050
11
+ type: spectrogram+melscale+log
12
+ win_len_t: 0.046439909297052155
13
+ win_length: 1024
14
+ window_fn: hann
15
+ global_cmvn:
16
+ stats_npz_path: gcmvn_stats.npz
17
+ sample_rate: 22050
18
+ transforms:
19
+ '*':
20
+ - global_cmvn
21
+ vocab_filename: vocab.txt
22
+ vocoder:
23
+ type: hifigan
24
+ config: hifigan.json
25
+ checkpoint: hifigan.bin
26
+ hub:
27
+ phonemizer: g2p
gcmvn_stats.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae721fd82149867ffd979be2f24eac27e0e6449de91ea85046e866487afca6b2
3
+ size 1140
hifigan.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2ee4ed2333b84fa3b5c93d31e9f5981c60d9e747a7ea393c62e83687d054940
3
+ size 55818654
hifigan.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "resblock": "1",
3
+ "num_gpus": 0,
4
+ "batch_size": 16,
5
+ "learning_rate": 0.0002,
6
+ "adam_b1": 0.8,
7
+ "adam_b2": 0.99,
8
+ "lr_decay": 0.999,
9
+ "seed": 1234,
10
+
11
+ "upsample_rates": [8,8,2,2],
12
+ "upsample_kernel_sizes": [16,16,4,4],
13
+ "upsample_initial_channel": 512,
14
+ "resblock_kernel_sizes": [3,7,11],
15
+ "resblock_dilation_sizes": [[1,3,5], [1,3,5], [1,3,5]],
16
+
17
+ "segment_size": 8192,
18
+ "num_mels": 80,
19
+ "num_freq": 1025,
20
+ "n_fft": 1024,
21
+ "hop_size": 256,
22
+ "win_size": 1024,
23
+
24
+ "sampling_rate": 22050,
25
+
26
+ "fmin": 0,
27
+ "fmax": 8000,
28
+ "fmax_for_loss": null,
29
+
30
+ "num_workers": 4,
31
+
32
+ "dist_config": {
33
+ "dist_backend": "nccl",
34
+ "dist_url": "tcp://localhost:54321",
35
+ "world_size": 1
36
+ }
37
+ }
transcript_b.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8678649e3cf5d74c0737557de8d091c4505cef55fc8b3a819de515a16885d6a8
3
+ size 653182043
vocab.txt ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ | 109423
2
+ T 26560
3
+ N 20131
4
+ AH0 19206
5
+ S 14127
6
+ D 13415
7
+ R 12676
8
+ , 11772
9
+ IH1 11118
10
+ DH 10807
11
+ L 10443
12
+ AY1 9380
13
+ K 9138
14
+ AE1 9077
15
+ AH1 8914
16
+ EH1 8202
17
+ W 7930
18
+ M 7867
19
+ Z 7823
20
+ UW1 7246
21
+ IH0 6507
22
+ . 6126
23
+ V 6108
24
+ B 5932
25
+ IY1 5893
26
+ AA1 5669
27
+ P 4953
28
+ OW1 4758
29
+ IY0 4635
30
+ AO1 4630
31
+ F 4476
32
+ EY1 4461
33
+ HH 4331
34
+ Y 4117
35
+ ER0 4115
36
+ NG 4029
37
+ G 3534
38
+ TH 2207
39
+ AW1 2129
40
+ JH 1732
41
+ UH1 1658
42
+ SH 1343
43
+ CH 1228
44
+ ER1 1204
45
+ - 506
46
+ ? 464
47
+ EY2 413
48
+ IH2 348
49
+ EH2 309
50
+ OW0 286
51
+ OW2 251
52
+ AA2 244
53
+ OY1 230
54
+ AY2 217
55
+ AH2 188
56
+ EH0 182
57
+ AE2 165
58
+ ZH 146
59
+ AO2 136
60
+ UW0 115
61
+ IY2 95
62
+ UW2 81
63
+ AE0 78
64
+ AY0 63
65
+ AO0 47
66
+ AA0 43
67
+ AW2 38
68
+ EY0 36
69
+ UH2 33
70
+ ER2 22
71
+ OY2 22
72
+ AW0 11
73
+ ' 9
74
+ UH0 9
75
+ .. 4
76
+ OY0 1
77
+ ! 1