Azure99 commited on
Commit
24d6a8a
1 Parent(s): 25f1fe9

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +0 -1
tokenizer_config.json CHANGED
@@ -28,7 +28,6 @@
28
  },
29
  "additional_special_tokens": [],
30
  "bos_token": null,
31
- "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 %}",
32
  "clean_up_tokenization_spaces": false,
33
  "eos_token": "<|endoftext|>",
34
  "errors": "replace",
 
28
  },
29
  "additional_special_tokens": [],
30
  "bos_token": null,
 
31
  "clean_up_tokenization_spaces": false,
32
  "eos_token": "<|endoftext|>",
33
  "errors": "replace",