Files
Foundation-Sec-8B-Reasoning…/special_tokens_map.json
ModelHub XC e88d430147 初始化项目,由ModelHub XC社区提供模型
Model: fdtn-ai/Foundation-Sec-8B-Reasoning-Q8_0-GGUF
Source: Original Platform
2026-04-22 14:13:10 +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
}
}