CoolFace
Modelpublic

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

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
0likes10kdownloads
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