danAI-55M-Reasoning / special_tokens_map.json
asjadilahi's picture
Initial release of danAI-55M-Reasoning (54.5M SLM with Native Agentic Tools and <think> CoT)
d50157b verified
Raw
History Blame Contribute Delete
268 Bytes
{
"bos_token": "<|endoftext|>",
"eos_token": "<|endoftext|>",
"unk_token": "<unk>",
"pad_token": "<pad>",
"additional_special_tokens": [
"<think>",
"</think>",
"<tool_call>",
"</tool_call>",
"<tool_response>",
"</tool_response>"
]
}