olmo3-math-nothink-merged / tokenizer_config.json
modrill's picture
Upload folder using huggingface_hub
a5c2fb5 verified
Raw
History Blame Contribute Delete
459 Bytes
{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": null,
"clean_up_tokenization_spaces": false,
"eos_token": "<|endoftext|>",
"errors": "replace",
"extra_special_tokens": [
"<|im_end|>"
],
"is_local": true,
"local_files_only": false,
"model_max_length": 65536,
"pad_token": "<|pad|>",
"padding_side": "left",
"split_special_tokens": false,
"tokenizer_class": "GPT2Tokenizer",
"unk_token": "<|endoftext|>"
}