TensorMind-1.5-preview / tokenizer_config.json
TensorMind's picture
Release TensorMind 1.5 Preview
8ce2c21 verified
Raw
History Blame Contribute Delete
444 Bytes
{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": "<|im_start|>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|im_end|>",
"errors": "replace",
"is_local": true,
"local_files_only": false,
"model_max_length": 32768,
"pad_token": "<|endoftext|>",
"padding_side": "left",
"split_special_tokens": false,
"tokenizer_class": "TokenizersBackend",
"truncation_side": "left",
"unk_token": null
}