leo-hessianai-13B-chat-GPTQ / special_tokens_map.json
TheBloke's picture
GPTQ model commit
76e7be1
raw
history blame contribute delete
No virus
374 Bytes
{
"additional_special_tokens": [
"<|im_start|>",
"<|im_end|>"
],
"bos_token": "<|im_start|>",
"cls_token": "<CLS>",
"eos_token": "<|im_end|>",
"mask_token": "<MASK>",
"pad_token": "<PAD>",
"sep_token": "<SEP>",
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}