ganler commited on
Commit
c7c7dc5
1 Parent(s): cbaac2a

Base model should not use chat template.

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +0 -1
tokenizer_config.json CHANGED
@@ -15,5 +15,4 @@
15
  "unk_token": "<unk>",
16
  "use_default_system_prompt": false,
17
  "add_prefix_space": true,
18
- "chat_template": "{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ '<|im_start|>system\nYou are a helpful assistant<|im_end|>\n' }}{% endif %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}"
19
  }
 
15
  "unk_token": "<unk>",
16
  "use_default_system_prompt": false,
17
  "add_prefix_space": true,
 
18
  }