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

Model: MBZUAI-Paris/Atlas-Chat-9B
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-08-30 07:46:17 +08:00
commit efb1438f90
15 changed files with 3528 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>