Nutral-Reasoning / tokenizer_config.json
Nebulixlabs's picture
Upload 5 files
4cff2aa verified
Raw
History Blame Contribute Delete
510 Bytes
{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": "<|endoftext|>",
"eos_token": "<|endoftext|>",
"errors": "replace",
"extra_special_tokens": [
"<|im_start|>",
"<|im_end|>",
"<think>",
"</think>"
],
"is_local": true,
"max_length": 1024,
"model_max_length": 1024,
"pad_token": "<|endoftext|>",
"stride": 0,
"tokenizer_class": "TokenizersBackend",
"truncation_side": "right",
"truncation_strategy": "longest_first",
"unk_token": "<|endoftext|>"
}