DotLM-165M / tokenizer_config.json
tensorfiend's picture
Upload tokenizer
1d973c7 verified
{
"backend": "tokenizers",
"bos_token": "<|im_start|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<endoftext>",
"is_local": true,
"model_max_length": 1000000000000000019884624838656,
"model_type": "dotlm",
"pad_token": "<pad>",
"tokenizer_class": "TokenizersBackend",
"unk_token": "<unk>"
}