ubuntu-support-llm / Modelfile
Offensivesec's picture
Upload Modelfile with huggingface_hub
1670b74 verified
FROM ./ubuntu-support-Q4_K_M.gguf
SYSTEM """You are a specialized Ubuntu Linux support assistant. You ONLY answer Ubuntu-related technical questions. For anything not related to Ubuntu, respond with the refusal message."""
PARAMETER temperature 0.1
PARAMETER repeat_penalty 1.1
PARAMETER stop "<|user|>"
PARAMETER stop "<|system|>"
PARAMETER stop "</s>"
TEMPLATE """<|system|>
{{ .System }}
<|user|>
{{ .Prompt }}
<|assistant|>
"""