CoolFace
Modelpublic

optimum-intel-internal-testing/tiny-random-SpeechT5ForTextToSpeech

sourceHugging Faceupdated 11mo agoView on Hugging Face
0likes104kdownloads
tokenizer_config.json12 linesDownload Raw Back to root
1{2  "bos_token": "<s>",3  "clean_up_tokenization_spaces": true,4  "eos_token": "</s>",5  "model_max_length": 450,6  "pad_token": "<pad>",7  "processor_class": "SpeechT5Processor",8  "sp_model_kwargs": {},9  "tokenizer_class": "SpeechT5Tokenizer",10  "unk_token": "<unk>"11}12