Files
ruGPT3XL-GGUF/Modelfile.q4_k_m

8 lines
222 B
Plaintext
Raw Permalink Normal View History

FROM "./ruGPT3XL-q4_k_m.gguf"
PARAMETER num_ctx 2048
PARAMETER temperature 0.8
PARAMETER top_p 0.95
PARAMETER repeat_penalty 1.1
TEMPLATE """{{ if .System }}{{ .System }}{{ end }}{{ if .Prompt }}{{ .Prompt }}{{ end }}"""