CoolFace
Modelpublic

Sweaterdog/Andy-3.5

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
6likes5.6kdownloads
Modelfile20 linesDownload Raw Back to root
1FROM keep\the\word\from\before\this\YOUR\PATH\HERE\MODEL.GGUF2TEMPLATE """{{ if .System }}<|im_start|>system3{{ .System }}<|im_end|>4{{ end }}{{ if .Prompt }}<|im_start|>user5{{ .Prompt }}<|im_end|>6{{ end }}<|im_start|>assistant7{{ .Response }}<|im_end|>8"""9PARAMETER stop "<|im_start|>"10PARAMETER stop "<|im_end|>"11PARAMETER mirostat 212PARAMETER mirostat_eta 0.213PARAMETER mirostat_tau 4.014PARAMETER num_ctx 3200015PARAMETER repeat_last_n 12816PARAMETER repeat_penalty 1.317PARAMETER temperature 0.418PARAMETER top_k 2019PARAMETER top_p 0.720PARAMETER min_p 0.05