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

Model: Shanghai_AI_Laboratory/internlm-chat-7b
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-08-08 05:25:12 +08:00
commit 06f7605670
20 changed files with 2414 additions and 0 deletions

15
tokenizer_config.json Normal file
View File

@@ -0,0 +1,15 @@
{
"auto_map": {
"AutoTokenizer": [
"tokenization_internlm.InternLMTokenizer",
null
]
},
"bos_token": "<s>",
"clean_up_tokenization_spaces": false,
"eos_token": "</s>",
"model_max_length": 1000000000000000019884624838656,
"pad_token": "</s>",
"tokenizer_class": "InternLMTokenizer",
"unk_token": "<unk>"
}