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

Model: Shanghai_AI_Laboratory/internlm2-1_8b
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-12 00:10:09 +08:00
commit 7b18c2eda2
14 changed files with 260487 additions and 0 deletions

19
tokenizer_config.json Normal file
View File

@@ -0,0 +1,19 @@
{
"add_bos_token": true,
"add_eos_token": false,
"auto_map": {
"AutoTokenizer": [
"tokenization_internlm2.InternLM2Tokenizer",
"tokenization_internlm2_fast.InternLM2TokenizerFast"
]
},
"bos_token": "<s>",
"clean_up_tokenization_spaces": false,
"decode_with_prefix_space": false,
"eos_token": "</s>",
"model_max_length": 1000000000000000019884624838656,
"pad_token": "</s>",
"sp_model_kwargs": null,
"tokenizer_class": "InternLM2Tokenizer",
"unk_token": "<unk>"
}