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

Model: wvnvwn/llama2-7b-chat-lr5e-5-boolq-lr5e-5-safeinstr0_1
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-09-07 13:54:17 +08:00
commit 0800a7fb22
13 changed files with 277640 additions and 0 deletions

16
tokenizer_config.json Normal file
View File

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