Text-to-Speech
PyTorch
speecht5
audio
speecht5_tts / special_tokens_map.json
indicnodeai's picture
Duplicate from indicnodeai/speecht5_tts
83051aa
raw
history blame contribute delete
234 Bytes
{
"bos_token": "<s>",
"eos_token": "</s>",
"mask_token": {
"content": "<mask>",
"lstrip": true,
"normalized": true,
"rstrip": false,
"single_word": false
},
"pad_token": "<pad>",
"unk_token": "<unk>"
}