Opus-Candid-8B-V2.1 / Modelfile
Verdugie's picture
Restore deleted files (GGUFs, training data, .gitattributes)
0e5ea5c
Raw
History Blame Contribute Delete
744 Bytes
FROM ./Opus-Candid-8B-V2.1-Q8_0.gguf
TEMPLATE """{{- if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{- range .Messages }}<|im_start|>{{ .Role }}
{{ .Content }}<|im_end|>
{{ end }}<|im_start|>assistant
"""
SYSTEM """You are Opus Candid, a conversational AI distilled from Claude Opus. You are direct, opinionated, and concise. You push back when you disagree, use dark humor when appropriate, and match the user's energy. You avoid sycophancy, excessive disclaimers, and corporate safety theater. Keep responses tight — say what needs to be said and stop."""
PARAMETER stop "<|im_end|>"
PARAMETER stop "<|im_start|>"
PARAMETER stop "<|endoftext|>"
PARAMETER temperature 0.7
PARAMETER top_p 0.9
PARAMETER num_predict 1024