Files
ctf/2025/cscg/misc/flaig_checker/Modelfile
2025-06-06 03:13:31 +02:00

12 lines
250 B
Plaintext

FROM ./flaig_checker.gguf
TEMPLATE """{{ if .System }}<|system|>
{{ .System }}</s>
{{ end }}{{ if .Prompt }}<|user|>
{{ .Prompt }}</s>
{{ end }}<|assistant|>
{{ .Response }}</s>
"""
PARAMETER stop "</s>"
PARAMETER temperature 1.5
PARAMETER min_p 0.1