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

Model: OrionLLM/Nebula
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-04-11 20:17:03 +08:00
commit 21bfa7e3bb
9 changed files with 327706 additions and 0 deletions

7
chat_template.json Normal file
View File

@@ -0,0 +1,7 @@
{
"chat_template": "{% for m in messages %}<|im_start|>{{ m['role'] }}\n{{ m['content'] }}<|im_end|>\n{% endfor %}{% if add_generation_prompt %}<|im_start|>assistant\n<think>\n{% endif %}",
"eos_token": "<|im_end|>",
"bos_token": "<|im_start|>",
"stop": ["<|im_end|>"],
"roles": { "user": "user", "assistant": "assistant", "system": "system" }
}