loiccabannes commited on
Commit
4a4c515
1 Parent(s): faf6508

update tokenizer_config

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +0 -1
tokenizer_config.json CHANGED
@@ -18,7 +18,6 @@
18
  }
19
  },
20
  "bos_token": "<|startoftext|>",
21
- "chat_template": "{% for message in messages %}{% if message['role'] == 'user' %}{{ '\n### User:\n' }}{{ message['content']}}{{ '\n### Assistant:\n' }}{% endif %}{% if message['role'] == 'assistant' %}{{ message['content']+eos_token}}{% endif %}{% endfor %}",
22
  "clean_up_tokenization_spaces": true,
23
  "do_clean_text": false,
24
  "eos_token": "<|endoftext|>",
 
18
  }
19
  },
20
  "bos_token": "<|startoftext|>",
 
21
  "clean_up_tokenization_spaces": true,
22
  "do_clean_text": false,
23
  "eos_token": "<|endoftext|>",