ArthurZ HF Staff commited on
Commit
3ccdc44
·
verified ·
1 Parent(s): eb72b54

Upload tokenizer

Browse files
Files changed (3) hide show
  1. chat_template.jinja +4 -0
  2. tokenizer.json +0 -0
  3. tokenizer_config.json +0 -0
chat_template.jinja ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {{ bos_token }}{% for message in messages %}{{'<|im_start|>' + message['role'] + '
2
+ ' + message['content'] + '<|im_end|>' + '
3
+ '}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant
4
+ ' }}{% endif %}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
The diff for this file is too large to render. See raw diff