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

Model: TechxGenus-MS/CursorCore-DS-6.7B
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-29 21:21:12 +08:00
commit 8dc2eb3fa0
13 changed files with 160659 additions and 0 deletions

33
special_tokens_map.json Normal file
View File

@@ -0,0 +1,33 @@
{
"additional_special_tokens": [
"<|im_start|>",
"<|im_end|>",
"<|next_start|>",
"<|next_end|>",
"<|target_start|>",
"<|target_end|>",
"<|target|>",
"<|search_and_replace|>"
],
"bos_token": {
"content": "<begin▁of▁sentence>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|im_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<end▁of▁sentence>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}