Delete configs/zero_japanese_base2.json
Browse files
configs/zero_japanese_base2.json
DELETED
|
@@ -1,55 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"train": {
|
| 3 |
-
"log_interval": 200,
|
| 4 |
-
"eval_interval": 1000,
|
| 5 |
-
"seed": 1234,
|
| 6 |
-
"epochs": 10000,
|
| 7 |
-
"learning_rate": 2e-4,
|
| 8 |
-
"betas": [0.8, 0.99],
|
| 9 |
-
"eps": 1e-9,
|
| 10 |
-
"batch_size": 32,
|
| 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/zero_train_filelist.txt.cleaned",
|
| 21 |
-
"validation_files":"filelists/zero_val_filelist.txt.cleaned",
|
| 22 |
-
"text_cleaners":["japanese_cleaners2"],
|
| 23 |
-
"max_wav_value": 32768.0,
|
| 24 |
-
"sampling_rate": 22050,
|
| 25 |
-
"filter_length": 1024,
|
| 26 |
-
"hop_length": 256,
|
| 27 |
-
"win_length": 1024,
|
| 28 |
-
"n_mel_channels": 80,
|
| 29 |
-
"mel_fmin": 0.0,
|
| 30 |
-
"mel_fmax": null,
|
| 31 |
-
"add_blank": true,
|
| 32 |
-
"n_speakers": 26,
|
| 33 |
-
"cleaned_text": true
|
| 34 |
-
},
|
| 35 |
-
"model": {
|
| 36 |
-
"inter_channels": 192,
|
| 37 |
-
"hidden_channels": 192,
|
| 38 |
-
"filter_channels": 768,
|
| 39 |
-
"n_heads": 2,
|
| 40 |
-
"n_layers": 6,
|
| 41 |
-
"kernel_size": 3,
|
| 42 |
-
"p_dropout": 0.1,
|
| 43 |
-
"resblock": "1",
|
| 44 |
-
"resblock_kernel_sizes": [3,7,11],
|
| 45 |
-
"resblock_dilation_sizes": [[1,3,5], [1,3,5], [1,3,5]],
|
| 46 |
-
"upsample_rates": [8,8,2,2],
|
| 47 |
-
"upsample_initial_channel": 512,
|
| 48 |
-
"upsample_kernel_sizes": [16,16,4,4],
|
| 49 |
-
"n_layers_q": 3,
|
| 50 |
-
"use_spectral_norm": false,
|
| 51 |
-
"gin_channels": 256
|
| 52 |
-
},
|
| 53 |
-
"speakers": ["\u30eb\u30a4\u30ba", "\u30c6\u30a3\u30d5\u30a1\u30cb\u30a2", "\u30a4\u30eb\u30af\u30af\u30a5", "\u30a2\u30f3\u30ea\u30a8\u30c3\u30bf", "\u30bf\u30d0\u30b5", "\u30b7\u30a8\u30b9\u30bf", "\u30cf\u30eb\u30ca", "\u5c11\u5973\u30ea\u30b7\u30e5", "\u30ea\u30b7\u30e5", "\u30a2\u30ad\u30ca", "\u30af\u30ea\u30b9", "\u30ab\u30c8\u30ec\u30a2", "\u30a8\u30ec\u30aa\u30ce\u30fc\u30eb", "\u30e2\u30f3\u30e2\u30e9\u30f3\u30b7\u30fc", "\u30ea\u30fc\u30f4\u30eb", "\u30ad\u30e5\u30eb\u30b1", "\u30a6\u30a7\u30b6\u30ea\u30fc", "\u30b5\u30a4\u30c8", "\u30ae\u30fc\u30b7\u30e5", "\u30b3\u30eb\u30d9\u30fc\u30eb", "\u30aa\u30b9\u30de\u30f3", "\u30c7\u30eb\u30d5\u30ea\u30f3\u30ac\u30fc", "\u30c6\u30af\u30b9\u30c8", "\u30c0\u30f3\u30d7\u30ea\u30e1", "\u30ac\u30ec\u30c3\u30c8", "\u30b9\u30ab\u30ed\u30f3"],
|
| 54 |
-
"symbols": ["_", ",", ".", "!", "?", "-", "~", "\u2026", "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", "\u02a6", "\u2193", "\u2191", " "]
|
| 55 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|