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|>" |