microsoft-speecht5_tts-ONNX / special_tokens_map.json
eligapris's picture
Upload ONNX model with documentation
99a8ecf verified
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>"
}