emo_t5_speech_chkpt / tokenizer_config.json
theothertom's picture
Upload 7 files
c16a2dd
raw
history blame contribute delete
232 Bytes
{
"bos_token": "<s>",
"eos_token": "</s>",
"model_max_length": 600,
"pad_token": "<pad>",
"processor_class": "SpeechT5Processor",
"sp_model_kwargs": {},
"tokenizer_class": "SpeechT5Tokenizer",
"unk_token": "<unk>"
}