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

Model: GnLOLot/MiniCPM5-1B-Claude-Opus-Fable5-Thinking
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-10 20:31:54 +08:00
commit 8df2fcab45
10 changed files with 654447 additions and 0 deletions

22
tokenizer_config.json Normal file
View File

@@ -0,0 +1,22 @@
{
"add_prefix_space": null,
"backend": "tokenizers",
"bos_token": "<s>",
"clean_up_tokenization_spaces": false,
"eos_token": "</s>",
"extra_special_tokens": [
"<|im_end|>"
],
"is_local": true,
"legacy": true,
"local_files_only": false,
"model_max_length": 1000000000000000019884624838656,
"pad_token": "</s>",
"padding_side": "left",
"sp_model_kwargs": {},
"spaces_between_special_tokens": false,
"split_special_tokens": false,
"tokenizer_class": "TokenizersBackend",
"unk_token": "<unk>",
"use_default_system_prompt": false
}