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

Model: mlx-community/GLM-Z1-9B-0414-bf16
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-04-13 01:24:02 +08:00
commit 0b4a429a0e
12 changed files with 843 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": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}