kcz358 commited on
Commit
f912631
1 Parent(s): 35fbd60

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -1
tokenizer_config.json CHANGED
@@ -37,7 +37,7 @@
37
  "<|im_start|>",
38
  "<|im_end|>"
39
  ],
40
- "bos_token": null,
41
  "chat_template": "{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ '<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n' }}{% endif %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
42
  "clean_up_tokenization_spaces": false,
43
  "eos_token": "<|im_end|>",
 
37
  "<|im_start|>",
38
  "<|im_end|>"
39
  ],
40
+ "bos_token": "<|im_start|>",
41
  "chat_template": "{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ '<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n' }}{% endif %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
42
  "clean_up_tokenization_spaces": false,
43
  "eos_token": "<|im_end|>",