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

Model: SvalTek/SOR-ColdBrew-12B-Base-Test3
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-25 23:09:17 +08:00
commit 06060d0441
13 changed files with 528 additions and 0 deletions

12
tokenizer_config.json Normal file
View File

@@ -0,0 +1,12 @@
{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": "<s>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|im_end|>",
"is_local": true,
"local_files_only": false,
"model_max_length": 1000000000000000019884624838656,
"tokenizer_class": "TokenizersBackend",
"unk_token": "<unk>"
}