emredeveloper's picture
Upload tokenizer
4543f96 verified
raw
history blame contribute delete
551 Bytes
{
"additional_special_tokens": [
"<tools>",
"</tools>",
"<think>",
"</think>",
"<tool_call>",
"</tool_call>",
"<tool_reponse>",
"</tool_reponse>",
"<pad>",
"<eos>"
],
"bos_token": {
"content": "<|im_start|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": "<eos>",
"pad_token": "<pad>",
"unk_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}