antoniojoboy commited on
Commit
a9c4a56
·
verified ·
1 Parent(s): 83ae678

Upload tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +3 -0
tokenizer_config.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "chat_template": "<|im_start|>system\n{{ system }}\n<|im_end|>\n<|im_start|>user\n{{ user }}\n<|im_end|>\n<|im_start|>assistant\n{{ assistant }}\n<|im_end|>"
3
+ }