CoolFace
Modelpublic

Hydestory/Nina_v31_model

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