{ "add_bos_token": true, "add_eos_token": false, "added_tokens_decoder": { "0": { "content": "", "lstrip": false, "normalized": false, "rstrip": false, "single_word": false, "special": true }, "1": { "content": "", "lstrip": false, "normalized": false, "rstrip": false, "single_word": false, "special": true }, "2": { "content": "", "lstrip": false, "normalized": false, "rstrip": false, "single_word": false, "special": true }, "47998": { "content": "<|im_end|>", "lstrip": false, "normalized": false, "rstrip": false, "single_word": false, "special": true }, "47999": { "content": "<|im_start|>", "lstrip": false, "normalized": false, "rstrip": false, "single_word": false, "special": false } }, "additional_special_tokens": [], "bos_token": "", "chat_template": "{% for message in messages %}{% if message['content'].strip() != '' %}{% if message['role'] == 'user' %}{{ '### Instruction:\\n' }}{% elif message['role'] == 'assistant' %}{{ '### Response:\\n' }}{% endif %}{{ message['content'] + '\\n\\n' }}{% endif %}{% endfor %}{{ '### Response:\\n' }}", "clean_up_tokenization_spaces": false, "eos_token": "<|im_end|>", "legacy": true, "max_length": 4096, "model_max_length": 4096, "pad_to_multiple_of": null, "pad_token": "", "pad_token_type_id": 0, "padding_side": "right", "sp_model_kwargs": {}, "spaces_between_special_tokens": false, "stride": 0, "tokenizer_class": "LlamaTokenizer", "truncation_side": "right", "truncation_strategy": "longest_first", "trust_remote_code": false, "unk_token": "", "use_default_system_prompt": true, "use_fast": true }