gpt2-large-thinking-function_calling-V0 / special_tokens_map.json
akkydev's picture
Upload tokenizer
ac0dfe7 verified
raw
history blame contribute delete
324 Bytes
{
"additional_special_tokens": [
"<tools>",
"</tools>",
"<think>",
"</think>",
"<tool_call>",
"</tool_call>",
"<tool_reponse>",
"</tool_reponse>",
"<pad>",
"<eos>"
],
"bos_token": "<|endoftext|>",
"eos_token": "<eos>",
"pad_token": "<pad>",
"unk_token": "<|endoftext|>"
}