Spaces:
Runtime error
Runtime error
Upload config_mangekyo.txt
Browse files- Model/config_mangekyo.txt +36 -0
Model/config_mangekyo.txt
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"train": {
|
| 3 |
+
"segment_size": 8192
|
| 4 |
+
},
|
| 5 |
+
"data": {
|
| 6 |
+
"text_cleaners":["japanese_cleaners"],
|
| 7 |
+
"max_wav_value": 32768.0,
|
| 8 |
+
"sampling_rate": 22050,
|
| 9 |
+
"filter_length": 1024,
|
| 10 |
+
"hop_length": 256,
|
| 11 |
+
"win_length": 1024,
|
| 12 |
+
"add_blank": true,
|
| 13 |
+
"n_speakers": 6
|
| 14 |
+
},
|
| 15 |
+
"model": {
|
| 16 |
+
"inter_channels": 192,
|
| 17 |
+
"hidden_channels": 192,
|
| 18 |
+
"filter_channels": 768,
|
| 19 |
+
"n_heads": 2,
|
| 20 |
+
"n_layers": 6,
|
| 21 |
+
"kernel_size": 3,
|
| 22 |
+
"p_dropout": 0.1,
|
| 23 |
+
"resblock": "1",
|
| 24 |
+
"resblock_kernel_sizes": [3,7,11],
|
| 25 |
+
"resblock_dilation_sizes": [[1,3,5], [1,3,5], [1,3,5]],
|
| 26 |
+
"upsample_rates": [8,8,2,2],
|
| 27 |
+
"upsample_initial_channel": 512,
|
| 28 |
+
"upsample_kernel_sizes": [16,16,4,4],
|
| 29 |
+
"n_layers_q": 3,
|
| 30 |
+
"use_spectral_norm": false,
|
| 31 |
+
"gin_channels": 256
|
| 32 |
+
},
|
| 33 |
+
"speakers": ["\u84ee\u83ef", "\u7bdd\u30ce\u9727\u679d", "\u6ca2\u6e21\u96eb", "\u4e9c\u7483\u5b50", "\u706f\u9732\u690e", "\u89a1\u5915\u8389"],
|
| 34 |
+
"symbols": ["_", ",", ".", "!", "?", "-", "~","A", "E", "I", "N", "O", "Q", "U", "a", "b", "d", "e", "f", "g", "h", "i", "j", "k", "m", "n", "o", "p", "r", "s", "t", "u", "v", "w", "y", "z", "\u0283", "\u02a7", "\u2193", "\u2191", " "]
|
| 35 |
+
}
|
| 36 |
+
|