Files
ruGPT3XL-GGUF/Modelfile.fp16

8 lines
219 B
Plaintext
Raw Permalink Normal View History

FROM "./ruGPT3XL-f16.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 }}"""