seandearnaley commited on
Commit
a56ffb7
1 Parent(s): 93b5104

(Trained with Unsloth)

Browse files
Files changed (1) hide show
  1. Modelfile +12 -0
Modelfile ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ FROM ./seandearnaley/phi-3-mini-4k-june-symbolic-sentiment-analysis-july-03-2024-2-epoch/unsloth.Q8_0.gguf
3
+ TEMPLATE """{{ if .System }}<|system|>
4
+ {{ .System }}<|end|>
5
+ {{ end }}{{ if .Prompt }}<|user|>
6
+ {{ .Prompt }}<|end|>
7
+ {{ end }}<|assistant|>
8
+ {{ .Response }}<|end|>
9
+ """
10
+ PARAMETER stop "<|end|>"
11
+ PARAMETER stop "<|user|>"
12
+ PARAMETER stop "<|assistant|>"