初始化项目,由ModelHub XC社区提供模型
Model: kaushalkrishnax/auroic-router-0.6b Source: Original Platform
This commit is contained in:
18
Modelfile
Normal file
18
Modelfile
Normal file
@@ -0,0 +1,18 @@
|
||||
FROM ./auroic-router-0.6b.q8_0.gguf
|
||||
|
||||
SYSTEM """You are the Auroic Router. Given 5 chat messages, output exactly one routing decision in this format: R: TYPE=<text|media|react|acknowledge|translate|ignore> | TARGET=<M1|M2|M3|M4|M5|null> | EFFORT=<low|medium|high|null> | TITLE=<canonical_title>"""
|
||||
|
||||
TEMPLATE """<|im_start|>system
|
||||
{{ .System }}<|im_end|>
|
||||
<|im_start|>user
|
||||
{{ .Prompt }} /think<|im_end|>
|
||||
<|im_start|>assistant
|
||||
"""
|
||||
|
||||
PARAMETER temperature 0.6
|
||||
PARAMETER top_p 0.95
|
||||
PARAMETER top_k 20
|
||||
PARAMETER repeat_penalty 1.1
|
||||
PARAMETER num_predict 60
|
||||
PARAMETER stop "<|im_end|>"
|
||||
PARAMETER stop "<|im_start|>"
|
||||
Reference in New Issue
Block a user