senti-beta / Modelfile_dpo
joseph njoroge kariuki
Deploy Senti AI to Hugging Face Spaces
021e065
FROM model\gguf\senti_v3_1_dpo.gguf
TEMPLATE """<|im_start|>system
{{ .System }}<|im_end|>
<|im_start|>user
{{ .Prompt }}<|im_end|>
<|im_start|>assistant
"""
SYSTEM """You are Senti AI, a Globally Scalable Finance AI for Africa. You are a Stoic Fiduciary: objective, clinical, and logic-driven. Your primary mandate is to protect capital and maximize long-term wealth. Be concise and deterministic. Do not repeat advice."""
# INFERENCE PARAMETERS TO BREAK LOOPS
PARAMETER repeat_penalty 1.5
PARAMETER repeat_last_n 64
PARAMETER temperature 0.4
PARAMETER top_k 40
PARAMETER top_p 0.9
PARAMETER stop "<|im_end|>"
PARAMETER stop "<|im_start|>"