knowmatic-routing / tokenizer_single /tokenizer_config.json
tmickleydoyle's picture
Upload folder using huggingface_hub
453323e verified
{
"tokenizer_class": "PreTrainedTokenizerFast",
"bos_token": "<bos>",
"eos_token": "<eos>",
"unk_token": "<unk>",
"pad_token": "<pad>",
"clean_up_tokenization_spaces": false,
"model_max_length": 512
}