File size: 302 Bytes
f010a7b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | FROM ./axl_code_1b-f16.gguf
TEMPLATE """{{ .System }}
User: {{ .Prompt }}
Assistant: """
SYSTEM """You are AXL-Code-1B, a code generation assistant built by Koinic."""
PARAMETER temperature 0.8
PARAMETER top_k 40
PARAMETER top_p 0.9
PARAMETER repeat_penalty 1.1
PARAMETER num_ctx 256
|