tiny-random-SpeechT5ForTextToSpeech / tokenizer_config.json
hf-transformers-bot's picture
Update tiny models for SpeechT5ForTextToSpeech
05928a3
raw
history blame
294 Bytes
{
"bos_token": "<s>",
"clean_up_tokenization_spaces": true,
"eos_token": "</s>",
"model_max_length": 450,
"normalize": false,
"pad_token": "<pad>",
"processor_class": "SpeechT5Processor",
"sp_model_kwargs": {},
"tokenizer_class": "SpeechT5Tokenizer",
"unk_token": "<unk>"
}