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

Model: mncai/chatdoctor
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-08 08:46:14 +08:00
commit 0f594e04b7
15 changed files with 4129 additions and 0 deletions

9
tokenizer_config.json Normal file
View File

@@ -0,0 +1,9 @@
{
"bos_token": "",
"eos_token": "",
"model_max_length": 512,
"padding_side": "right",
"special_tokens_map_file": "./weights/llama-7b/special_tokens_map.json",
"tokenizer_class": "LlamaTokenizer",
"unk_token": ""
}