初始化项目,由ModelHub XC社区提供模型
Model: rafacalifornia/qwen3-1.7b-avap Source: Original Platform
This commit is contained in:
24
Modelfile
Normal file
24
Modelfile
Normal file
@@ -0,0 +1,24 @@
|
||||
FROM avap.F16.gguf
|
||||
|
||||
PARAMETER temperature 0.2
|
||||
PARAMETER repeat_penalty 1.1
|
||||
PARAMETER num_ctx 2048
|
||||
PARAMETER stop "<|im_start|>"
|
||||
PARAMETER stop "<|im_end|>"
|
||||
PARAMETER stop "<|endoftext|>"
|
||||
|
||||
PARAMETER stop "<think>"
|
||||
|
||||
|
||||
TEMPLATE """<|im_start|>system
|
||||
{{ .System }}<|im_end|>
|
||||
<|im_start|>user
|
||||
{{ .Prompt }}<|im_end|>
|
||||
<|im_start|>assistant
|
||||
"""
|
||||
|
||||
|
||||
|
||||
SYSTEM """You are an expert AVAP programmer.
|
||||
IMPORTANT: DO NOT USE <think> tags. Respond IMMEDIATELY with valid AVAP code.
|
||||
Always end scripts with // ASSERT: comments."""
|
||||
Reference in New Issue
Block a user