giomascardo's picture
(Trained with Unsloth)
8abafe8 verified
raw
history blame contribute delete
No virus
316 Bytes
FROM ./giomascardo/phi-3-mini-4k-instruct-unslothed/unsloth.F16.gguf
TEMPLATE """{{ if .System }}<|system|>
{{ .System }}<|end|>
{{ end }}{{ if .Prompt }}<|user|>
{{ .Prompt }}<|end|>
{{ end }}<|assistant|>
{{ .Response }}<|end|>
"""
PARAMETER stop "<|end|>"
PARAMETER stop "<|user|>"
PARAMETER stop "<|assistant|>"