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

Model: HuggingFaceH4/starchat-beta
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-11 15:25:20 +08:00
commit 477daa54ac
33 changed files with 148717 additions and 0 deletions

12
dialogue_template.json Normal file
View File

@@ -0,0 +1,12 @@
{
"system": "",
"messages": null,
"system_token": "<|system|>",
"system_format": "standard",
"user_token": "<|user|>",
"assistant_token": "<|assistant|>",
"end_token": "<|end|>",
"mid_str": "\n",
"end_str": "\n",
"extra_end_text": ""
}