TensorMind-0.5B / tokenizer_config.json
TensorMind's picture
Add files using upload-large-folder tool
69262b5 verified
raw
history blame contribute delete
395 Bytes
{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": "<|im_start|>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|im_end|>",
"errors": "replace",
"extra_special_tokens": {},
"is_local": true,
"model_max_length": 32768,
"pad_token": "<|endoftext|>",
"split_special_tokens": false,
"tokenizer_class": "PreTrainedTokenizerFast",
"unk_token": null
}