(Trained with Unsloth)
Browse files
Modelfile
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
FROM /root/Shay1309/PycodeAllTestone/unsloth.Q8_0.gguf
|
2 |
+
|
3 |
+
TEMPLATE """{{ if .System }}{{ .System }}{{ end }}{{ if .Prompt }}
|
4 |
+
|
5 |
+
### Instruction:
|
6 |
+
{{ .Prompt }}{{ end }}
|
7 |
+
|
8 |
+
### Response:
|
9 |
+
{{ .Response }}<|endoftext|>"""
|
10 |
+
|
11 |
+
PARAMETER stop "<unk>"
|
12 |
+
PARAMETER stop "<|system|>"
|
13 |
+
PARAMETER stop "<|user|>"
|
14 |
+
PARAMETER stop "<|end|>"
|
15 |
+
PARAMETER stop "<|assistant|>"
|
16 |
+
PARAMETER stop "</s>"
|
17 |
+
PARAMETER stop "<|endoftext|>"
|
18 |
+
PARAMETER stop "<|placeholder"
|
19 |
+
PARAMETER temperature 1.5
|
20 |
+
PARAMETER min_p 0.1
|
21 |
+
SYSTEM "You are a helpful assistant"
|