AlphaRandy commited on
Commit
3e322a3
·
verified ·
1 Parent(s): 32bbc6b

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -1
tokenizer_config.json CHANGED
@@ -5,5 +5,5 @@
5
  "unk_token": "<|unk|>",
6
  "pad_token": "<|pad|>",
7
  "additional_special_tokens": ["<|user|>", "<|bot|>", "<|system|>"],
8
- "chat_template": "<|user|>:<|bot|>:<|system|>"
9
  }
 
5
  "unk_token": "<|unk|>",
6
  "pad_token": "<|pad|>",
7
  "additional_special_tokens": ["<|user|>", "<|bot|>", "<|system|>"],
8
+ "chat_template": "::"
9
  }