CoolFace
Modelpublic

XoXoHarsh/exercise-assistant-tinyllama

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes14downloads
Modelfile14 linesDownload Raw Back to root
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