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

Model: adamo1139/Yi-6B-200K-AEZAKMI-v2
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-13 17:16:25 +08:00
commit c9b3ee7ff5
13 changed files with 174600 additions and 0 deletions

38
tokenizer_config.json Normal file
View File

@@ -0,0 +1,38 @@
{
"added_tokens_decoder": {
"0": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"1": {
"content": "<|startoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"2": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"bos_token": "<|startoftext|>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|endoftext|>",
"legacy": true,
"model_max_length": 200000,
"pad_token": "<unk>",
"sp_model_kwargs": {},
"tokenizer_class": "LlamaTokenizer",
"unk_token": "<unk>",
"use_default_system_prompt": false
}