Foundation-Sec-8B-Reasoning / special_tokens_map.json
paulkass's picture
Initial Commit
65ecb64
Raw
History Blame Contribute Delete
710 Bytes
{
"additional_special_tokens": [
"<|system|>",
"<|user|>",
"<|assistant|>",
"<think>",
"</think>",
"<available_tools>",
"</available_tools>",
"<toolcall>",
"</toolcall>",
"<tool_response>",
"</tool_response>",
"<pad>"
],
"bos_token": {
"content": "<|begin_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|end_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<pad>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}