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

Model: ShyliaSafetensors/VeryWeirdDolphinMix-V1-24B-Heretic
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-08-06 23:23:17 +08:00
commit fcdcd2da36
10 changed files with 308 additions and 0 deletions

14
tokenizer_config.json Normal file
View File

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