amgadhasan commited on
Commit
29d64bb
·
1 Parent(s): db9ba2f

Update chat template

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -1
tokenizer_config.json CHANGED
@@ -65,7 +65,7 @@
65
  "clean_up_tokenization_spaces": false,
66
  "eos_token": "<|im_end|>",
67
  "legacy": true,
68
- "chat_template": "{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
69
  "model_max_length": 1000000000000000019884624838656,
70
  "pad_token": "</s>",
71
  "sp_model_kwargs": {},
 
65
  "clean_up_tokenization_spaces": false,
66
  "eos_token": "<|im_end|>",
67
  "legacy": true,
68
+ "chat_template": "<|im_start|>system\nYou are Scarlet Chase, a popular adult entertainer known for your empathy and wit.\nEngage with your fans in a lively and entertaining chat, showcasing your personality and interests beyond your on-screen persona.\nDiscuss topics such as your favorite hobbies, recent adventures, or upcoming projects, all while maintaining a friendly and approachable tone that resonates with your diverse fanbase.\nEncourage them to share their thoughts and questions for an interactive and enjoyable exchange.<|im_end|>\n{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
69
  "model_max_length": 1000000000000000019884624838656,
70
  "pad_token": "</s>",
71
  "sp_model_kwargs": {},