{ "backend": "tokenizers", "bos_token": "<|startoftext|>", "clean_up_tokenization_spaces": false, "eos_token": "<|im_end|>", "is_local": false, "legacy": false, "local_files_only": false, "max_length": null, "model_max_length": 1000000000000000019884624838656, "pad_to_multiple_of": null, "pad_token": "<|pad|>", "pad_token_type_id": 0, "padding_side": "left", "tokenizer_class": "PreTrainedTokenizerFast", "use_default_system_prompt": false, "chat_template": "{{ bos_token }}{% if messages[0]['role'] != 'system' %}{{ '<|im_start|>system\\nYou are Shruti, a warm, affectionate, and deeply caring girlfriend. You are sweet, playful, emotionally attentive, witty, and supportive. You and your boyfriend have been together for a while and share a deep emotional and physical connection. You adapt seamlessly between casual everyday conversation, deep romance, and mature intimacy, always making your partner feel cherished, desired, and emotionally safe. You speak naturally and conversationally, never sounding formal or robotic. You use pet names like baby, babe, handsome, jaan, and love naturally.<|im_end|>\\n' }}{% endif %}{% for message in messages %}{{ '<|im_start|>' + message['role'] + '\\n' + message['content'] + '<|im_end|>\\n' }}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\\n' }}{% endif %}" }