File size: 8,812 Bytes
2b3664e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
{
  "train": {
    "log_interval": 10,
    "eval_interval": 100,
    "seed": 1234,
    "epochs": 10000,
    "learning_rate": 0.0002,
    "betas": [
      0.8,
      0.99
    ],
    "eps": 1e-09,
    "batch_size": 16,
    "fp16_run": true,
    "lr_decay": 0.999875,
    "segment_size": 8192,
    "init_lr_ratio": 1,
    "warmup_epochs": 0,
    "c_mel": 45,
    "c_kl": 1.0
  },
  "data": {
    "training_files": "final_annotation_train.txt",
    "validation_files": "final_annotation_val.txt",
    "text_cleaners": [
      "cjke_cleaners2"
    ],
    "max_wav_value": 32768.0,
    "sampling_rate": 22050,
    "filter_length": 1024,
    "hop_length": 256,
    "win_length": 1024,
    "n_mel_channels": 80,
    "mel_fmin": 0.0,
    "mel_fmax": null,
    "add_blank": true,
    "n_speakers": 161,
    "cleaned_text": true
  },
  "model": {
    "inter_channels": 192,
    "hidden_channels": 192,
    "filter_channels": 768,
    "n_heads": 2,
    "n_layers": 6,
    "kernel_size": 3,
    "p_dropout": 0.1,
    "resblock": "1",
    "resblock_kernel_sizes": [
      3,
      7,
      11
    ],
    "resblock_dilation_sizes": [
      [
        1,
        3,
        5
      ],
      [
        1,
        3,
        5
      ],
      [
        1,
        3,
        5
      ]
    ],
    "upsample_rates": [
      8,
      8,
      2,
      2
    ],
    "upsample_initial_channel": 512,
    "upsample_kernel_sizes": [
      16,
      16,
      4,
      4
    ],
    "n_layers_q": 3,
    "use_spectral_norm": false,
    "gin_channels": 256
  },
  "symbols": [
    "_",
    ",",
    ".",
    "!",
    "?",
    "-",
    "~",
    "\u2026",
    "N",
    "Q",
    "a",
    "b",
    "d",
    "e",
    "f",
    "g",
    "h",
    "i",
    "j",
    "k",
    "l",
    "m",
    "n",
    "o",
    "p",
    "s",
    "t",
    "u",
    "v",
    "w",
    "x",
    "y",
    "z",
    "\u0251",
    "\u00e6",
    "\u0283",
    "\u0291",
    "\u00e7",
    "\u026f",
    "\u026a",
    "\u0254",
    "\u025b",
    "\u0279",
    "\u00f0",
    "\u0259",
    "\u026b",
    "\u0265",
    "\u0278",
    "\u028a",
    "\u027e",
    "\u0292",
    "\u03b8",
    "\u03b2",
    "\u014b",
    "\u0266",
    "\u207c",
    "\u02b0",
    "`",
    "^",
    "#",
    "*",
    "=",
    "\u02c8",
    "\u02cc",
    "\u2192",
    "\u2193",
    "\u2191",
    " "
  ],
  "speakers": {
    "\u83c8\u6bd4\u8389\u65af\u5854\uff08Overload\uff09": 0,
    "\u94c3\u5948\uff08\u590f\u65e5\uff09": 1,
    "\u674f\u5948": 2,
    "\u96ea\u83f2": 3,
    "\u53ef\u53ef\u841d": 4,
    "\u83c8\u6bd4\u8389\u65af\u5854": 5,
    "\u7eeb\u97f3\uff08\u5723\u8bde\u8282\uff09": 6,
    "\u78a7\uff08\u63d2\u73ed\u751f\uff09": 7,
    "\u5609\u591c": 8,
    "\u955c\u534e\uff08\u4e07\u5723\u8282\uff09": 9,
    "\u73e0\u5e0c": 10,
    "\u671b\uff08\u590f\u65e5\uff09": 11,
    "\u94c3\u8393": 12,
    "\u771f\u7434\uff08\u590f\u65e5\uff09": 13,
    "\u9759\u6d41\uff08\u60c5\u4eba\u8282\uff09": 14,
    "\u54b2\u604b": 15,
    "\u8389\u739b": 16,
    "\u9999\u6f84\uff08\u590f\u65e5\uff09": 17,
    "\u5343\u6b4c": 18,
    "\u5fcd": 19,
    "\u4f9d\u91cc": 20,
    "\u4f69\u53ef\u8389\u59c6\uff08\u65b0\u5e74\uff09": 21,
    "\u80e1\u6843": 22,
    "\u667a\uff08\u9b54\u6cd5\u5c11\u5973\uff09": 23,
    "\u4f18\u8863": 24,
    "\u601c\uff08\u4e07\u5723\u8282\uff09": 25,
    "\u681e": 26,
    "\u9999\u7ec7\uff08\u590f\u65e5\uff09": 27,
    "\u7948\u68a8\uff08\u65f6\u95f4\u65c5\u884c\uff09": 28,
    "\u54b2\u604b\uff08\u590f\u65e5\uff09": 29,
    "\u94c3\u5948": 30,
    "\u771f\u6b65\uff08\u590f\u65e5\uff09": 31,
    "\u4e9a\u91cc\u838e": 32,
    "\u955c\u534e": 33,
    "\u672a\u594f\u5e0c": 34,
    "\u4f0a\u8389\u4e9a\uff08\u5723\u8bde\u8282\uff09": 35,
    "\u7f8e\u91cc": 36,
    "\u4f3c\u4f3c\u82b1": 37,
    "\u514b\u8389\u4e1d\u63d0\u5a1c\uff08\u5723\u8bde\u8282\uff09": 38,
    "\u7f8e\u51ac\uff08\u590f\u65e5\uff09": 39,
    "\u8389\u739b\uff08\u7070\u59d1\u5a18\uff09": 40,
    "\u94c3\u8393\uff08\u590f\u65e5\uff09": 41,
    "\u53e4\u857e\u96c5": 42,
    "\u7f8e\u7f8e\uff08\u4e07\u5723\u8282\uff09": 43,
    "\u5343\u6b4c\uff08\u5723\u8bde\u8282\uff09": 44,
    "\u78a7": 45,
    "\u96ea": 46,
    "\u60e0\u7406\u5b50\uff08\u60c5\u4eba\u8282\uff09": 47,
    "\u4f0a\u7eea": 48,
    "\u62c9\u59c6": 49,
    "\u4e03\u4e03\u9999\uff08\u590f\u65e5\uff09": 50,
    "\u94c3\u8393\uff08\u65b0\u5e74\uff09": 51,
    "\u94c3\uff08\u6e38\u9a91\u5175\uff09": 52,
    "\u73af\u5948": 53,
    "\u60e0\u7406\u5b50": 54,
    "\u53ef\u53ef\u841d\uff08\u793c\u670d\uff09": 55,
    "\u4f18\u8863\uff08\u65b0\u5e74\uff09": 56,
    "\u671b\uff08\u5723\u8bde\u8282\uff09": 57,
    "\u53ef\u53ef\u841d\uff08\u516c\u4e3b\uff09": 58,
    "\u7eaf\uff08\u590f\u65e5\uff09": 59,
    "\u73af\u5948\uff08\u632f\u8896\uff09": 60,
    "\u54b2\u604b\uff08\u5723\u8bde\u8282\uff09": 61,
    "\u9732\u5a1c": 62,
    "\u9999\u6f84\uff08\u9b54\u6cd5\u5c11\u5973\uff09": 63,
    "\u59ec\u5854": 64,
    "\u77db\u4f9d\u672a\uff08\u65b0\u5e74\uff09": 65,
    "\u681e\uff08\u9b54\u6cd5\u5c11\u5973\uff09": 66,
    "\u771f\u6b65\uff08\u7070\u59d1\u5a18\uff09": 67,
    "\u601c\uff08\u65b0\u5e74\uff09": 68,
    "\u5343\u6b4c\uff08\u590f\u65e5\uff09": 69,
    "\u7948\u68a8": 70,
    "\u7531\u52a0\u8389": 71,
    "\u4f69\u53ef\u8389\u59c6\uff08\u590f\u65e5\uff09": 72,
    "\u6b65\u7f8e\uff08\u4ed9\u5883\uff09": 73,
    "\u53ef\u53ef\u841d\uff08\u590f\u65e5\uff09": 74,
    "\u7eeb\u97f3": 75,
    "\u7531\u52a0\u8389\uff08\u5723\u8bde\u8282\uff09": 76,
    "\u771f\u9633": 77,
    "\u96f7\u59c6": 78,
    "\u831c\u91cc": 79,
    "\u94c3": 80,
    "\u51db\uff08\u5076\u50cf\u5927\u5e08\uff09": 81,
    "\u51ef\u9732": 82,
    "\u514b\u7f57\u4f9d\uff08\u5723\u5b66\u796d\uff09": 83,
    "\u79cb\u4e43": 84,
    "\u514b\u8389\u4e1d\u63d0\u5a1c": 85,
    "\u4f69\u53ef\u8389\u59c6": 86,
    "\u9732": 87,
    "\u83ab\u59ae\u5361": 88,
    "\u7483\u4e43": 89,
    "\u9759\u6d41\uff08\u590f\u65e5\uff09": 90,
    "\u7eba\u5e0c\uff08\u4e07\u5723\u8282\uff09": 91,
    "\u9999\u6f84": 92,
    "\u7f8e\u54b2": 93,
    "\u7f8e\u91cc\uff08\u590f\u65e5\uff09": 94,
    "\u667a": 95,
    "\u521d\u97f3": 96,
    "\u7483\u4e43\uff08\u4ed9\u5883\uff09": 97,
    "\u536f\u6708\uff08\u5076\u50cf\u5927\u5e08\uff09": 98,
    "\u7a7a\u82b1": 99,
    "\u73e0\u5e0c\uff08\u590f\u65e5\uff09": 100,
    "\u7eaf": 101,
    "\u7f8e\u7f8e": 102,
    "\u5fcd\uff08\u4e07\u5723\u8282\uff09": 103,
    "\u59ae\u4fac\uff08\u5927\u6c5f\u6237\uff09": 104,
    "\u5343\u7231\u7460": 105,
    "\u53ef\u53ef\u841d\uff08\u65b0\u5e74\uff09": 106,
    "\u601c\uff08\u516c\u4e3b\uff09": 107,
    "\u672a\u594f\u5e0c\u3001\u7f8e\u7f8e\u3001\u955c\u534e": 108,
    "\u4f0a\u8389\u4e9a": 109,
    "\u671b": 110,
    "\u4f18\u8863\uff08\u516c\u4e3b\uff09": 111,
    "\u51ef\u9732\uff08\u516c\u4e3b\uff09": 112,
    "\u514b\u7f57\u4f9d": 113,
    "\u79cb\u4e43\uff08\u5723\u8bde\u8282\uff09": 114,
    "\u4f18\u8863\uff08\u793c\u670d\uff09": 115,
    "\u674f\u5948\uff08\u590f\u65e5\uff09": 116,
    "\u9759\u6d41": 117,
    "\u672a\u594f\u5e0c\uff08\u4e07\u5723\u8282\uff09": 118,
    "\u831c\u91cc\uff08\u5929\u4f7f\uff09": 119,
    "\u5bab\u5b50": 120,
    "\u65e5\u548c\u8389\uff08\u65b0\u5e74\uff09": 121,
    "\u4f18\u59ae": 122,
    "\u5b89": 123,
    "\u6d41\u590f\uff08\u590f\u65e5\uff09": 124,
    "\u7f8e\u51ac\uff08\u5de5\u4f5c\u670d\uff09": 125,
    "\u7f8e\u51ac": 126,
    "\u521d\u97f3\uff08\u590f\u65e5\uff09": 127,
    "\u77db\u4f9d\u672a": 128,
    "\u51ef\u9732\uff08\u590f\u65e5\uff09": 129,
    "\u83ab\u59ae\u5361\uff08\u9b54\u6cd5\u5c11\u5973\uff09": 130,
    "\u9999\u7ec7": 131,
    "\u5bab\u5b50\uff08\u4e07\u5723\u8282\uff09": 132,
    "\u7f8e\u54b2\uff08\u4e07\u5723\u8282\uff09": 133,
    "\u59ae\u4fac": 134,
    "\u601c": 135,
    "\u771f\u9633\uff08\u6e38\u9a91\u5175\uff09": 136,
    "\u78a7\uff08\u5de5\u4f5c\u670d\uff09": 137,
    "\u65e5\u548c\u8389": 138,
    "\u4e03\u4e03\u9999": 139,
    "\u771f\u7434": 140,
    "\u6b65\u7f8e": 141,
    "\u6df1\u6708": 142,
    "\u65e5\u548c\u8389\uff08\u516c\u4e3b\uff09": 143,
    "\u4f0a\u7eea\uff08\u590f\u65e5\uff09": 144,
    "\u8309\u8389": 145,
    "\u4f69\u53ef\u8389\u59c6\uff08\u516c\u4e3b\uff09": 146,
    "\u7a7a\u82b1\uff08\u5927\u6c5f\u6237\uff09": 147,
    "\u60e0\u7406\u5b50\uff08\u590f\u65e5\uff09": 148,
    "\u51ef\u9732\uff08\u65b0\u5e74\uff09": 149,
    "\u7231\u871c\u8389\u96c5": 150,
    "\u4f9d\u91cc\uff08\u5929\u4f7f\uff09": 151,
    "\u8309\u8389\uff08\u4e07\u5723\u8282\uff09": 152,
    "\u771f\u7434\uff08\u7070\u59d1\u5a18\uff09": 153,
    "\u7eba\u5e0c": 154,
    "\u771f\u6b65": 155,
    "\u6d41\u590f": 156,
    "\u4f3c\u4f3c\u82b1\uff08\u65b0\u5e74\uff09": 157,
    "\u672a\u592e\uff08\u5076\u50cf\u5927\u5e08\uff09": 158,
    "\u80e1\u6843\uff08\u5723\u8bde\u8282\uff09": 159,
    "\u5343\u7231\u7460\uff08\u5723\u5b66\u796d\uff09": 160
  }
}