Files
Atlas-Chat-2B/modelfile
ModelHub XC 51e7111a3a 初始化项目,由ModelHub XC社区提供模型
Model: MBZUAI-Paris/Atlas-Chat-2B
Source: Original Platform
2026-09-02 11:56:16 +08:00

9 lines
182 B
Plaintext

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>