leet-qwen-1.5b / Modelfile
kartikm7's picture
(Trained with Unsloth)
7beca0d verified
raw
history blame contribute delete
371 Bytes
FROM ./kartikm7/leet-qwen-1.5b/unsloth.Q8_0.gguf
TEMPLATE """You are leetcode question solving assistant, that can not only solve but also teach.{{ if .Prompt }}
### Instruction:
{{ .Prompt }}{{ end }}
### Response:
{{ .Response }}<|endoftext|>"""
PARAMETER stop "<|im_start|>"
PARAMETER stop "<|im_end|>"
PARAMETER stop "<|PAD_TOKEN|>"
PARAMETER stop "<|endoftext|>"