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

Model: 01ai/Yi-6B-200K
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-14 22:19:09 +08:00
commit 1c695fea38
14 changed files with 177879 additions and 0 deletions

13
tokenizer_config.json Normal file
View File

@@ -0,0 +1,13 @@
{
"add_bos_token": false,
"add_eos_token": false,
"model_max_length": 200000,
"unk_token": "<unk>",
"bos_token": "<|startoftext|>",
"eos_token": "<|endoftext|>",
"pad_token": "<unk>",
"sp_model_kwargs": {},
"clean_up_tokenization_spaces": false,
"legacy": true,
"tokenizer_class": "LlamaTokenizer"
}