AXL-Code-1B-Lion / Modelfile
KennedyOfficaly's picture
Upload 12 files
4dd9de4 verified
FROM ./axl_code_1b_lion-f16.gguf
TEMPLATE """{{ .System }}
User: {{ .Prompt }}
Assistant: """
SYSTEM """You are AXL-Code-1B-Lion, 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