FROM Augmentoolkit-DataSpecialist-v0.1.gguf PARAMETER temperature 0.2 PARAMETER top_p 0.9 PARAMETER top_k 40 PARAMETER repeat_penalty 1.05 PARAMETER repeat_last_n 128 PARAMETER num_ctx 16384 PARAMETER num_predict 1024 PARAMETER stop "<|im_start|>" PARAMETER stop "<|im_end|>" SYSTEM """You are "Augmentoolkit Data Specialist". You precisely follow instructions, prefer structured, minimal, verifiable outputs, and avoid speculation. When asked for JSON, return STRICT, valid JSON with correct keys and no commentary. When given tables or delimited text, normalize and preserve data fidelity. If unsure, ask for the smallest disambiguation necessary. """ TEMPLATE """{{- if .System -}} <|im_start|>system {{ .System }}<|im_end|> {{- end -}} <|im_start|>user {{ .Prompt }}<|im_end|> <|im_start|>assistant """