olmo3-sdf-sft-think / tokenizer_config.json
asparius's picture
Upload folder using huggingface_hub
a35dcc2 verified
Raw
History Blame Contribute Delete
418 Bytes
{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": null,
"clean_up_tokenization_spaces": false,
"eos_token": "<|endoftext|>",
"is_local": false,
"max_length": 8192,
"model_max_length": 65536,
"pad_token": "<|endoftext|>",
"stride": 0,
"tokenizer_class": "TokenizersBackend",
"truncation_side": "right",
"truncation_strategy": "longest_first",
"unk_token": "<|endoftext|>"
}