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

Model: espressovi/BODHI-qwen-3-maze-8b-distil
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-21 02:20:11 +08:00
commit 8a1d8f9059
16 changed files with 152285 additions and 0 deletions

23
special_tokens_map.json Normal file
View File

@@ -0,0 +1,23 @@
{
"additional_special_tokens": [
"<left>",
"<right>",
"<up>",
"<down>",
"<-->"
],
"eos_token": {
"content": "<|im_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}