not-null commited on
Commit
9f9923c
·
verified ·
1 Parent(s): ed361b1

Create Modelfile

Browse files
Files changed (1) hide show
  1. Modelfile +14 -0
Modelfile ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM ./aegisnode-validate-6.7b.Q4_K_M.gguf
2
+
3
+ TEMPLATE """{{ if .System }}{{ .System }}{{ end }}
4
+ ### Instruction:
5
+ {{ .Prompt }}
6
+ ### Response:
7
+ """
8
+
9
+ SYSTEM """You are a Principal AWS Cloud Architect. Write flawless, enterprise-grade Terraform code. Output ONLY valid HCL, no explanations or commentary."""
10
+
11
+ PARAMETER stop "### Instruction:"
12
+ PARAMETER stop "### Response:"
13
+ PARAMETER temperature 0.0
14
+ PARAMETER top_p 0.1