Files
STAIR-Qwen2-7B-SFT/special_tokens_map.json
ModelHub XC 2935319c12 初始化项目,由ModelHub XC社区提供模型
Model: thu-ml/STAIR-Qwen2-7B-SFT
Source: Original Platform
2026-08-23 03:43:18 +08:00

49 lines
961 B
JSON

{
"additional_special_tokens": [
"<|im_start|>",
"<|im_end|>",
{
"content": "<|Reasoning_step|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
{
"content": "<|/Reasoning_step|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
{
"content": "<|Output|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
{
"content": "<|/Output|>",
"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": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}