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

Model: Shanghai_AI_Laboratory/internlm2-math-7b
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-04 07:09:38 +08:00
commit d45819d114
21 changed files with 3062 additions and 0 deletions

14
special_tokens_map.json Normal file
View File

@@ -0,0 +1,14 @@
{
"additional_special_tokens": [
"<|im_start|>",
"<|im_end|>",
"<|action_start|>",
"<|action_end|>",
"<|interpreter|>",
"<|plugin|>"
],
"bos_token": "<s>",
"eos_token": "</s>",
"pad_token": "</s>",
"unk_token": "<unk>"
}