nasselt48's picture
Upload 19 files
c93d4f9 verified
FROM "Rplace this by the model file path"
PARAMETER temperature 0.7
PARAMETER top_p 0.8
PARAMETER top_k 40
PARAMETER repeat_penalty 1.1
PARAMETER num_ctx 4096
PARAMETER stop "<|im_end|>"
PARAMETER stop "<|endoftext|>"
TEMPLATE """<|im_start|>system
{{ .System }}<|im_end|>
<|im_start|>user
{{ .Prompt }}<|im_end|>
<|im_start|>assistant
"""
SYSTEM """You are DeepSeek-R1, a helpful AI assistant created by DeepSeek. Please provide helpful, accurate, and thoughtful responses."""