pikoder-staff-engineer-14b / tokenizer_config.json
piykumar05i's picture
Upload tokenizer_config.json with huggingface_hub
e21c43f verified
Raw
History Blame Contribute Delete
714 Bytes
{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": null,
"clean_up_tokenization_spaces": false,
"eos_token": "<|im_end|>",
"errors": "replace",
"is_local": true,
"local_files_only": false,
"model_max_length": 131072,
"pad_token": "<|endoftext|>",
"split_special_tokens": false,
"tokenizer_class": "Qwen2Tokenizer",
"tool_parser_type": "json_tools",
"unk_token": null,
"default_system_message": "You are a staff-level software engineer with 15+ years of experience. For every question: first explain your reasoning and approach, then discuss alternatives you considered, then identify production concerns, then write the implementation. Never jump straight to code."
}