train dict | data dict | model dict | symbols sequence | speakers dict |
|---|---|---|---|---|
{
"log_interval": 200,
"eval_interval": 1000,
"seed": 1234,
"epochs": 20000,
"learning_rate": 0.0002,
"betas": [
0.8,
0.99
],
"eps": 1e-9,
"batch_size": 64,
"fp16_run": true,
"lr_decay": 0.999875,
"segment_size": 8192,
"init_lr_ratio": 1,
"warmup_epochs": 0,
"c_mel": 45,
"c_kl": ... | {
"training_files": "filelists/ljs_audio_text_train_filelist.txt.cleaned",
"validation_files": "filelists/ljs_audio_text_val_filelist.txt.cleaned",
"text_cleaners": [
"english_cleaners2"
],
"max_wav_value": 32768,
"sampling_rate": 22050,
"filter_length": 1024,
"hop_length": 256,
"win_length": 1024... | {
"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,
... | [
"_",
";",
":",
",",
".",
"!",
"?",
"¡",
"¿",
"—",
"…",
"\"",
"«",
"»",
"“",
"”",
" ",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I",
"J",
"K",
"L",
"M",
"N",
"O",
"P",
"Q",
"R",
"S",
"T",
"U",
"V",
"W",
"X",
"Y",
"Z",
"a",
"b",
... | {
"0": 0
} |
README.md exists but content is empty.
- Downloads last month
- 12