-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathModelfile-hunyuan
More file actions
41 lines (30 loc) · 978 Bytes
/
Copy pathModelfile-hunyuan
File metadata and controls
41 lines (30 loc) · 978 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# ollama create hunyuan-a13b:q3_k_l -f modelfiles/Modelfile-hunyuan
FROM ../Hunyuan-A13B-Instruct-Q3_K_L.gguf
PARAMETER stop "<|im_start|>"
PARAMETER stop "<|im_end|>"
PARAMETER stop "</tool_call>"
PARAMETER stop "</tool_response>"
PARAMETER stop "</write_to_file>"
PARAMETER stop "</execute_command>"
# "<|startoftext|>", "<|extra_0|>", "<|extra_4|>", "<|extra_5|>", "<|eos|>
# PARAMETER stop "</thinking>"
# Cline stop words:
# PARAMETER stop "</thinking>"
# PARAMETER stop "</tool_call>"
# PARAMETER stop "</tool_response>"
# PARAMETER stop "</write_to_file>"
# PARAMETER stop "</execute_command>"
### Tuning ##
PARAMETER num_ctx 16384
# PARAMETER num_predict 32768
# PARAMETER num_ctx 131072
# PARAMETER num_predict 131072
PARAMETER num_gpu 99
PARAMETER temperature 0.7
PARAMETER top_k 20
PARAMETER repeat_penalty 1.05
PARAMETER presence_penalty 1.5
# WITH A c! not presense_penalty!
PARAMETER top_p 0.8
# PARAMETER min_p 0.01
# PARAMETER num_keep 256