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

Model: Erland/mini-glm-moe
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-21 03:36:09 +08:00
commit 8ac1041270
9 changed files with 396 additions and 0 deletions

26
special_tokens_map.json Normal file
View File

@@ -0,0 +1,26 @@
{
"additional_special_tokens": [
"<|endoftext|>",
"[MASK]",
"[gMASK]",
"[sMASK]",
"<sop>",
"<eop>",
"<|system|>",
"<|user|>",
"<|assistant|>",
"<|observation|>",
"<|begin_of_image|>",
"<|end_of_image|>",
"<|begin_of_video|>",
"<|end_of_video|>"
],
"eos_token": {
"content": "<|user|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": "<|user|>"
}