aedmark commited on
Commit
1d62064
·
verified ·
1 Parent(s): 0f73c7c

Delete tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +0 -3
tokenizer_config.json DELETED
@@ -1,3 +0,0 @@
1
- {
2
- "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 %}"
3
- }