XoXoHarsh/exercise-assistant-tinyllama
014
1FROM /content/XoXoHarsh/exercise-assistant-tinyllama/unsloth.F16.gguf2 3TEMPLATE """Below are some instructions that describe some tasks. Write responses that appropriately complete each request.{{ if .Prompt }}4 5### Instruction:6{{ .Prompt }}{{ end }}7 8### Response:9{{ .Response }}</s>"""10 11PARAMETER stop "<unk>"12PARAMETER stop "</s>"13PARAMETER temperature 1.514PARAMETER min_p 0.1