AyatBahaa commited on
Commit
0a053a0
·
verified ·
1 Parent(s): 3a906d1

(Trained with Unsloth)

Browse files
Files changed (1) hide show
  1. Modelfile +17 -0
Modelfile ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM /content/AyatBahaa/LSS/unsloth.F16.gguf
2
+
3
+ TEMPLATE """Below are the details of a composite material.
4
+ Predict the LSS_Name based on its characteristics.
5
+ {{ if .Prompt }}
6
+ >>> Material Details:
7
+ {{ .Prompt }}{{ end }}
8
+ >>> What is the LSS_Name?
9
+ {{ .Response }}<|end_of_text|>"""
10
+
11
+ PARAMETER stop "<|start_header_id|>"
12
+ PARAMETER stop "<|end_header_id|>"
13
+ PARAMETER stop "<|eot_id|>"
14
+ PARAMETER stop "<|end_of_text|>"
15
+ PARAMETER stop "<|reserved_special_token_"
16
+ PARAMETER temperature 1.5
17
+ PARAMETER min_p 0.1