初始化项目,由ModelHub XC社区提供模型

Model: Kwaipilot/HiPO-1.7B
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-12 10:45:18 +08:00
commit a41acb1e26
14 changed files with 654 additions and 0 deletions

24
special_tokens_map.json Normal file
View File

@@ -0,0 +1,24 @@
{
"additional_special_tokens": [
"<judge>",
"</judge>",
"<answer>",
"</answer>",
"<think_on>",
"<think_off>"
],
"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
}
}