Azure99 commited on
Commit
a13efed
·
verified ·
1 Parent(s): 94ac52d

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -0
tokenizer_config.json CHANGED
@@ -31,6 +31,7 @@
31
  "<|im_end|>"
32
  ],
33
  "bos_token": null,
 
34
  "clean_up_tokenization_spaces": false,
35
  "eos_token": "<|endoftext|>",
36
  "errors": "replace",
 
31
  "<|im_end|>"
32
  ],
33
  "bos_token": null,
34
+ "chat_template": "A chat between a human and an artificial intelligence bot. The bot gives helpful, detailed, and polite answers to the human's questions.\n{% for message in messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ '|Human|: ' + content + '\\n|Bot|: ' }}{% elif message['role'] == 'assistant' %}{{ content + '<|endoftext|>\\n' }}{% endif %}{% endfor %}",
35
  "clean_up_tokenization_spaces": false,
36
  "eos_token": "<|endoftext|>",
37
  "errors": "replace",