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

Model: MBZUAI-Paris/Atlas-Chat-2B
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-09-02 11:56:16 +08:00
commit 51e7111a3a
13 changed files with 3304 additions and 0 deletions

8
modelfile Normal file
View File

@@ -0,0 +1,8 @@
FROM .
TEMPLATE """
<bos>{{ if .Prompt }}<start_of_turn>user
{{ .Prompt }}<end_of_turn>
{{ end }}<end_of_turn>assistant
{{ .Response }}<end_of_turn>
"""
PARAMETER stop <end_of_turn>