WhelanBot / tokenizer_config.json
AlphaRandy's picture
Update tokenizer_config.json
c1b87d4 verified
raw
history blame contribute delete
No virus
254 Bytes
{
"tokenizer_class": "GPT2Tokenizer",
"bos_token": "<|startoftext|>",
"eos_token": "<|endoftext|>",
"unk_token": "<|unk|>",
"additional_special_tokens": ["<|user|>", "<|bot|>", "<|system|>"],
"chat_template": "<|user|>:<|bot|>:<|system|>"
}