Files
Foundation-Sec-8B-Reasoning/special_tokens_map.json
ModelHub XC 061123991b 初始化项目,由ModelHub XC社区提供模型
Model: fdtn-ai/Foundation-Sec-8B-Reasoning
Source: Original Platform
2026-06-15 21:04:14 +08:00

38 lines
710 B
JSON

{
"additional_special_tokens": [
"<|system|>",
"<|user|>",
"<|assistant|>",
"<think>",
"</think>",
"<available_tools>",
"</available_tools>",
"<toolcall>",
"</toolcall>",
"<tool_response>",
"</tool_response>",
"<pad>"
],
"bos_token": {
"content": "<|begin_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|end_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<pad>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}