Alexandre-Numind commited on
Commit
d561561
1 Parent(s): 600d2d8

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -1
tokenizer_config.json CHANGED
@@ -41,7 +41,7 @@
41
  "bos_token": null,
42
  "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 %}",
43
  "clean_up_tokenization_spaces": false,
44
- "eos_token": "<|endoftext|>",
45
  "errors": "replace",
46
  "model_max_length": 32768,
47
  "pad_token": "<|endoftext|>",
 
41
  "bos_token": null,
42
  "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 %}",
43
  "clean_up_tokenization_spaces": false,
44
+ "eos_token": "<|end-output|>",
45
  "errors": "replace",
46
  "model_max_length": 32768,
47
  "pad_token": "<|endoftext|>",