shader-v2 / Modelfile
Scorched2's picture
Upload Modelfile with huggingface_hub
7050f72 verified
raw
history blame contribute delete
561 Bytes
FROM hf.co/Scorched2/shader-v2/hrm-350m-q8_0.gguf
# HRM system prompt — matches the OpenHermes-2.5 training format
SYSTEM You are a helpful, reasoning assistant. Think step by step.
# Generation parameters tuned for HRM
PARAMETER temperature 0.8
PARAMETER top_k 50
PARAMETER top_p 0.9
PARAMETER repeat_penalty 1.1
PARAMETER num_predict 512
PARAMETER num_ctx 256
# Prompt template matching OpenHermes training format
TEMPLATE """
### Instruction:
{{ .Prompt }}
### Response:
"""
STOP "### Instruction:"
STOP "<|endoftext|>"