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

Model: unsloth/GLM-Z1-9B-0414
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-08-11 21:55:14 +08:00
commit e55463241d
15 changed files with 1002 additions and 0 deletions

32
special_tokens_map.json Normal file
View File

@@ -0,0 +1,32 @@
{
"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": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "[MASK]",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}