CoolFace
Modelpublic

jacobdev/edu_ol_reviews_sft_v3

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes30downloads
Modelfile15 linesDownload Raw Back to root
1FROM ./jacobdev/edu_ol_reviews_sft_v3/unsloth.F16.gguf2 3TEMPLATE """{{ if .System }}{{ .System }}{{ end }}{{ if .Prompt }}4user: {{ .Prompt }}{{ end }}5assistant: {{ .Response }}<|end_of_text|>"""6 7PARAMETER stop "<|finetune_right_pad_id|>"8PARAMETER stop "<|python_tag|>"9PARAMETER stop "<|start_header_id|>"10PARAMETER stop "<|end_header_id|>"11PARAMETER stop "<|eot_id|>"12PARAMETER stop "<|eom_id|>"13PARAMETER stop "<|end_of_text|>"14PARAMETER stop "<|reserved_special_token_"15SYSTEM "Below are some instructions that describe some tasks. Write responses that appropriately complete each request."