Ro-Grad-TTS / config.json
adrianstanea's picture
Add model checkpoints and config files
21f6b3c
raw
history blame contribute delete
442 Bytes
{
"model_type": "grad-tts",
"language": "ro",
"n_spks": 1,
"spk_emb_dim": 64,
"n_enc_channels": 192,
"filter_channels": 768,
"filter_channels_dp": 256,
"n_heads": 2,
"n_enc_layers": 6,
"enc_kernel": 3,
"enc_dropout": 0.1,
"window_size": 4,
"n_feats": 80,
"dec_dim": 64,
"beta_min": 0.05,
"beta_max": 20.0,
"pe_scale": 1000,
"sample_rate": 22050,
"add_blank": true
}