Upload 6 files
Browse files- config.yaml +27 -0
- gcmvn_stats.npz +3 -0
- hifigan.bin +3 -0
- hifigan.json +37 -0
- transcript_c.pt +3 -0
- 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_c.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6a935fbe12367a71aa26806fea7ba7e0236573c77f8ab9a6d6291a373b47d9a0
|
3 |
+
size 653180835
|
vocab.txt
ADDED
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
| 100113
|
2 |
+
T 25287
|
3 |
+
N 19342
|
4 |
+
AH0 18335
|
5 |
+
S 13571
|
6 |
+
D 12838
|
7 |
+
R 12213
|
8 |
+
IH1 10423
|
9 |
+
L 10196
|
10 |
+
DH 9990
|
11 |
+
K 8925
|
12 |
+
AE1 8625
|
13 |
+
AH1 8542
|
14 |
+
AY1 8524
|
15 |
+
, 8226
|
16 |
+
EH1 7936
|
17 |
+
M 7598
|
18 |
+
Z 7509
|
19 |
+
W 7426
|
20 |
+
UW1 6870
|
21 |
+
IH0 6340
|
22 |
+
. 6118
|
23 |
+
V 5858
|
24 |
+
B 5791
|
25 |
+
IY1 5489
|
26 |
+
AA1 5351
|
27 |
+
P 4832
|
28 |
+
OW1 4551
|
29 |
+
IY0 4514
|
30 |
+
AO1 4497
|
31 |
+
F 4315
|
32 |
+
EY1 4209
|
33 |
+
HH 4094
|
34 |
+
ER0 3994
|
35 |
+
NG 3955
|
36 |
+
Y 3902
|
37 |
+
G 3442
|
38 |
+
TH 2149
|
39 |
+
AW1 2061
|
40 |
+
JH 1655
|
41 |
+
UH1 1603
|
42 |
+
SH 1299
|
43 |
+
ER1 1186
|
44 |
+
CH 1169
|
45 |
+
? 463
|
46 |
+
EY2 407
|
47 |
+
IH2 346
|
48 |
+
EH2 308
|
49 |
+
OW0 279
|
50 |
+
OW2 248
|
51 |
+
AA2 242
|
52 |
+
OY1 228
|
53 |
+
AY2 215
|
54 |
+
AH2 187
|
55 |
+
EH0 180
|
56 |
+
AE2 161
|
57 |
+
ZH 144
|
58 |
+
AO2 134
|
59 |
+
UW0 114
|
60 |
+
IY2 93
|
61 |
+
UW2 79
|
62 |
+
AE0 76
|
63 |
+
AY0 63
|
64 |
+
AO0 45
|
65 |
+
AA0 41
|
66 |
+
EY0 35
|
67 |
+
AW2 35
|
68 |
+
UH2 31
|
69 |
+
OY2 22
|
70 |
+
ER2 21
|
71 |
+
AW0 11
|
72 |
+
' 9
|
73 |
+
UH0 9
|
74 |
+
- 4
|
75 |
+
.. 4
|
76 |
+
OY0 1
|
77 |
+
! 1
|