(Trained with Unsloth)
Browse files
Modelfile
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
FROM /root/Shay1309/PycodeAllTest/unsloth.Q8_0.gguf
|
3 |
+
TEMPLATE """{{ if .System }}{{ .System }}
|
4 |
+
{{ end }}{{ if .Prompt }}>>> User: {{ .Prompt }}
|
5 |
+
{{ end }}>>> Assistant: {{ .Response }}<|endoftext|>
|
6 |
+
"""
|
7 |
+
PARAMETER stop "<|endoftext|>"
|
8 |
+
PARAMETER temperature 1.5
|
9 |
+
PARAMETER min_p 0.1
|
10 |
+
SYSTEM """You are a helpful assistant to the user"""
|