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

Model: AI-ModelScope/internlm3-8b-instruct
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-22 10:08:12 +08:00
commit a8edc4b024
15 changed files with 3608 additions and 0 deletions

54
special_tokens_map.json Normal file
View File

@@ -0,0 +1,54 @@
{
"additional_special_tokens": [
"<|im_start|>",
"<|im_end|>",
"<|action_start|>",
"<|action_end|>",
"<|interpreter|>",
"<|plugin|>",
"<restate>",
"</restate>",
"<planning>",
"</planning>",
"<recollect>",
"</recollect>",
"<execution>",
"</execution>",
"<review>",
"</review>",
"<summarize>",
"</summarize>",
"<retry>",
"</retry>",
"<conclude>",
"</conclude>"
],
"bos_token": {
"content": "<s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "</s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "</s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}