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

Model: saidutta69/MiniCPM5-1B-Claude-Opus-Fable5-V2-Thinking-heretic
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-20 12:36:20 +08:00
commit f4d0e45431
17 changed files with 658857 additions and 0 deletions

17
tokenizer_config.json Normal file
View File

@@ -0,0 +1,17 @@
{
"add_prefix_space": null,
"backend": "tokenizers",
"bos_token": "<s>",
"clean_up_tokenization_spaces": false,
"eos_token": "</s>",
"is_local": false,
"legacy": true,
"local_files_only": false,
"model_max_length": 1000000000000000019884624838656,
"pad_token": "</s>",
"sp_model_kwargs": {},
"spaces_between_special_tokens": false,
"tokenizer_class": "TokenizersBackend",
"unk_token": "<unk>",
"use_default_system_prompt": false
}