speecht5_vc / special_tokens_map.json
nielsr's picture
nielsr HF staff
Fix config files (#2)
c418ba2
{
"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>"
}