TinyPixel commited on
Commit
01d55af
·
verified ·
1 Parent(s): a2b7871

Upload tokenizer

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -0
tokenizer_config.json CHANGED
@@ -57,6 +57,7 @@
57
  "<PAD>"
58
  ],
59
  "bos_token": "<s>",
 
60
  "clean_up_tokenization_spaces": false,
61
  "eos_token": "<|im_end|>",
62
  "model_max_length": 1000000000000000019884624838656,
 
57
  "<PAD>"
58
  ],
59
  "bos_token": "<s>",
60
+ "chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
61
  "clean_up_tokenization_spaces": false,
62
  "eos_token": "<|im_end|>",
63
  "model_max_length": 1000000000000000019884624838656,