Files
kona2-12B-Instruct/special_tokens_map.json
ModelHub XC 310c6ac87a 初始化项目,由ModelHub XC社区提供模型
Model: tbilisi-ai-lab/kona2-12B-Instruct
Source: Original Platform
2026-05-31 03:08:17 +08:00

40 lines
746 B
JSON

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