aisuko commited on
Commit
ebbdd71
1 Parent(s): 423b248

Upload tokenizer

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +0 -1
tokenizer_config.json CHANGED
@@ -340,7 +340,6 @@
340
  }
341
  },
342
  "bos_token": "<|endoftext|>",
343
- "chat_template": "{% if not add_generation_prompt is defined%}{% set add_generation_prompt=false%}{%endif%}{%for message in messages%}{{'<|im_start|>'+message['role']+message['content']+'<|im_end|>'}}{%endfor%}{%if add_generation_prompt%}{{'<|im_start|>assistant'}}{%endif%}",
344
  "clean_up_tokenization_spaces": true,
345
  "eos_token": "<|im_end|>",
346
  "errors": "replace",
 
340
  }
341
  },
342
  "bos_token": "<|endoftext|>",
 
343
  "clean_up_tokenization_spaces": true,
344
  "eos_token": "<|im_end|>",
345
  "errors": "replace",