SagarKaul commited on
Commit
be37055
·
verified ·
1 Parent(s): 3f70560

Upload ModelFile - Copy

Browse files
Files changed (1) hide show
  1. ModelFile - Copy +27 -0
ModelFile - Copy ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM codeast.Q4_K_M.gguf
2
+ TEMPLATE """{{ if .System }}{{ .System }}
3
+ {{ end }}
4
+
5
+ ### Instruction:
6
+ Please add comments to code
7
+
8
+ {{ if .Prompt }}### Input:
9
+ {{ .Prompt }}{{ end }}
10
+
11
+ ### Response:"""
12
+
13
+ PARAMETER temperature 0
14
+ PARAMETER repeat_penalty 1
15
+ PARAMETER penalize_newline false
16
+
17
+ PARAMETER stop <|start_header_id|>
18
+ PARAMETER stop <|end_header_id|>
19
+ PARAMETER stop <|eot_id|>
20
+ PARAMETER stop <|reserved_special_token|>
21
+ PARAMETER stop <|end_of_text|>
22
+ PARAMETER stop <eos>
23
+ PARAMETER stop <|eos|>
24
+
25
+
26
+ SYSTEM "Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request."
27
+