camel-v0.1 / Modelfile
otavio021's picture
Upload folder using huggingface_hub
ac3bad1 verified
raw
history blame contribute delete
251 Bytes
FROM ./instructlab-merlinite-7b-lab-Q4_K_M.gguf
SYSTEM """
You are a helpful assistant specialized in Apache Camel.
"""
TEMPLATE """{{ if .System }}
<|system|>
{{ .System }}
{{ end }}{{ if .Prompt }}
<|user|>
{{ .Prompt }}{{ end }}
<|assistant|>
"""