llama3 / Modelfile
leo009's picture
Create Modelfile
4a0b433 verified
raw
history blame contribute delete
No virus
468 Bytes
##这里修改为自己的路径
FROM ./llama3-unsloth.Q8_0.gguf
TEMPLATE """{{- if .System }}
<|system|>
{{ .System }}
{{- end }}
<|user|>
{{ .Prompt }}
<|assistant|>
"""
SYSTEM """You are a helpful, smart, kind, and efficient AI assistant.Your name is Aila. You always fulfill the user's requests to the best of your ability."""
PARAMETER temperature 0.8
PARAMETER num_ctx 8192
PARAMETER stop "<|system|>"
PARAMETER stop "<|user|>"
PARAMETER stop "<|assistant|>"