ne-tts-coqui-multilingual / coqui_characters.json
sulabhkatiyar's picture
Add Coqui VITS config files
f091c73 verified
Raw
History Blame Contribute Delete
548 Bytes
{
"pad": "<PAD>",
"eos": "<EOS>",
"bos": "<BOS>",
"blank": "<BLNK>",
"characters": " abcdefghijklmnopqrstuvwxyz·âêîûüṭ",
"characters_list": [
" ",
"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",
"·",
"â",
"ê",
"î",
"û",
"ü",
"ṭ"
],
"punctuations": "",
"punctuations_list": [],
"num_chars": 38
}