File size: 561 Bytes
7050f72
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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|>"