Files
kona2-12B-Instruct/special_tokens_map.json

40 lines
746 B
JSON
Raw Permalink Normal View History

{
"additional_special_tokens": [
"<tools>",
"</tools>",
"<tool_call>",
"</tool_call>",
"<|tool_response|>",
"<tool_response>",
"</tool_response>"
],
"bos_token": {
"content": "<|im_start|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|im_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<pad>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}