LLM360_K2-Chat-2_5bpw_exl2 / special_tokens_map.json
Zoyd's picture
Upload folder using huggingface_hub
bb55315 verified
raw
history blame
565 Bytes
{
"additional_special_tokens": [
"<|endofsystemprompt|>",
"<|beginofsystem|>",
"<|beginofuser|>",
"<|endofchat|>"
],
"bos_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}