Files
Foundation-Sec-8B-Reasoning…/special_tokens_map.json

38 lines
710 B
JSON
Raw Permalink Normal View History

{
"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
}
}