ha_slr43_slr54_filtered / tokenizer_config.json
RikeshSilwal's picture
Upload tokenizer_config.json with huggingface_hub
b159240 verified
raw
history blame contribute delete
No virus
283 Bytes
{
"bos_token": "<s>",
"clean_up_tokenization_spaces": true,
"eos_token": "</s>",
"model_max_length": 600,
"pad_token": "<pad>",
"processor_class": "SpeechT5Processor",
"sp_model_kwargs": {},
"tokenizer_class": "SpeechT5Tokenizer",
"unk_token": "<unk>"
}