GKA-primed-HQwen3-8B-Reasoner / tokenizer_config.json
zancato's picture
Super-squash branch 'main' using huggingface_hub
3f5dc28
raw
history blame contribute delete
375 Bytes
{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": null,
"clean_up_tokenization_spaces": false,
"eos_token": "<|im_end|>",
"errors": "replace",
"is_local": true,
"model_max_length": 131072,
"pad_token": "<|endoftext|>",
"padding_side": "right",
"split_special_tokens": false,
"tokenizer_class": "Qwen2Tokenizer",
"unk_token": null
}