nope-edge-GGUF / Modelfile
jpad's picture
Upload Modelfile with huggingface_hub
be481a4 verified
raw
history blame contribute delete
286 Bytes
FROM nope-edge-q8_0.gguf
TEMPLATE """{{- if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{- end }}
<|im_start|>user
{{ .Prompt }}<|im_end|>
<|im_start|>assistant
"""
PARAMETER stop "<|im_end|>"
PARAMETER stop "<|endoftext|>"
PARAMETER temperature 0
PARAMETER num_predict 512