dual0326 / special_tokens_map.json
tpoisonooo's picture
Upload folder using huggingface_hub
c09161c verified
raw
history blame contribute delete
979 Bytes
{
"additional_special_tokens": [
"<|im_end|>",
"<|im_start|>",
"<tool_call>",
"</tool_call>",
"<|im_sep|>",
"<|fim_prefix|>",
"<|fim_middle|>",
"<|fim_suffix|>",
"<tool_response>",
"</tool_response>",
"<tools>",
"</tools>",
"<arguments>",
"</arguments>",
"<parameters>",
"</parameters>",
"<function",
"</function>",
"<param",
"</param>"
],
"bos_token": {
"content": "<s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|im_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "</s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}