AshankGupta's picture
Upload folder using huggingface_hub
bb2ab1e verified
raw
history blame contribute delete
269 Bytes
FROM tinyllama-chat.Q4_K_M.gguf
TEMPLATE """<|system|>
{{ .System }}</s>
<|user|>
{{ .Prompt }}</s>
<|assistant|>"""
PARAMETER stop "<|system|>"
PARAMETER stop "<|user|>"
PARAMETER stop "<|assistant|>"
PARAMETER stop "</s>"
SYSTEM """You are a helpful AI assistant."""