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

Model: Undi95/Mistral-11B-OmniMix9
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-01 17:56:16 +08:00
commit db36588bc8
13 changed files with 91376 additions and 0 deletions

12
special_tokens_map.json Normal file
View File

@@ -0,0 +1,12 @@
{
"additional_special_tokens": [
"<unk>",
"<s>",
"</s>",
"<|im_end|>",
"<|im_start|>"
],
"bos_token": "<s>",
"eos_token": "<|im_end|>",
"unk_token": "<unk>"
}