RaushanTurganbay HF staff commited on
Commit
a505a5e
·
verified ·
1 Parent(s): 951972e

Remove chat template from tokenizer.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +0 -1
tokenizer_config.json CHANGED
@@ -2485,7 +2485,6 @@
2485
  }
2486
  },
2487
  "bos_token": "<|startoftext|>",
2488
- "chat_template": "{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
2489
  "clean_up_tokenization_spaces": false,
2490
  "eos_token": "<|im_end|>",
2491
  "extra_special_tokens": {
 
2485
  }
2486
  },
2487
  "bos_token": "<|startoftext|>",
 
2488
  "clean_up_tokenization_spaces": false,
2489
  "eos_token": "<|im_end|>",
2490
  "extra_special_tokens": {