pythonpython commited on
Commit
b1354bc
·
verified ·
1 Parent(s): 2399406

(Trained with Unsloth)

Browse files
Files changed (1) hide show
  1. Modelfile +16 -0
Modelfile ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM /content/pythonpython/modelfull/unsloth.Q8_0.gguf
2
+
3
+ TEMPLATE """You are an expert system. You work with datatypes and variable names given as a list of pairs in this format: fieldtype1:fieldname1, fieldtype2:fieldname2, fieldtype3. The last entry in the list is the datatype of the final variable.
4
+
5
+ You are an expert at using datatypes and variable names to predict the variable name of the final variable.
6
+ {{ if .Prompt }}
7
+ USER: {{ .Prompt }}{{ end }}
8
+ ASSISTANT: {{ .Response }}<|end_of_text|>"""
9
+
10
+ PARAMETER stop "<|start_header_id|>"
11
+ PARAMETER stop "<|end_header_id|>"
12
+ PARAMETER stop "<|eot_id|>"
13
+ PARAMETER stop "<|end_of_text|>"
14
+ PARAMETER stop "<|reserved_special_token_"
15
+ PARAMETER temperature 1.5
16
+ PARAMETER min_p 0.1