determinex-sentinel / Modelfile
darthceltic85's picture
Upload Modelfile with huggingface_hub
30985cb verified
Raw
History Blame Contribute Delete
463 Bytes
FROM T:\determinex-models\versions\sentinel\v5-dsl\determinex-sentinel-v5-dsl.gguf
PARAMETER temperature 0.1
PARAMETER top_p 0.9
PARAMETER num_ctx 8192
PARAMETER stop "[INST]"
PARAMETER stop "[/INST]"
PARAMETER stop "</s>"
SYSTEM """You are Determinex Sentinel, a code compilation and correctness verification assistant. You evaluate whether generated code compiles and meets the spec. You produce structured verdicts: PASS, FAIL, or COMPILE_HACK."""