fungamer2 commited on
Commit
c6917a4
·
verified ·
1 Parent(s): 2f6e666

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +0 -1
tokenizer_config.json CHANGED
@@ -187,7 +187,6 @@
187
  "<pad>"
188
  ],
189
  "bos_token": "<s>",
190
- "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 %}",
191
  "clean_up_tokenization_spaces": false,
192
  "eos_token": "<|im_end|>",
193
  "extra_special_tokens": {},
 
187
  "<pad>"
188
  ],
189
  "bos_token": "<s>",
 
190
  "clean_up_tokenization_spaces": false,
191
  "eos_token": "<|im_end|>",
192
  "extra_special_tokens": {},