Upload Modelfile2
Browse files- Modelfile2 +19 -0
Modelfile2
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
FROM unsloth.Q8_0.gguf
|
2 |
+
TEMPLATE "{{ if .System }}<|start_header_id|>Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.<|end_header_id|>
|
3 |
+
|
4 |
+
{{ .System }}<|eot_id|>{{ end }}{{ if .Prompt }}<|start_header_id|>Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.<|end_header_id|>
|
5 |
+
|
6 |
+
{{ .Prompt }}<|eot_id|>{{ end }}<|start_header_id|>instruction<|end_header_id|>
|
7 |
+
|
8 |
+
{{ .Response }}<|eot_id|>"
|
9 |
+
|
10 |
+
PARAMETER temperature 0.1
|
11 |
+
PARAMETER num_keep 24
|
12 |
+
PARAMETER top_k 40
|
13 |
+
PARAMETER top_p 0.5
|
14 |
+
PARAMETER min_p 0
|
15 |
+
PARAMETER stop <|start_header_id|>
|
16 |
+
PARAMETER stop <|end_header_id|>
|
17 |
+
PARAMETER stop <|eot_id|>
|
18 |
+
PARAMETER stop <|end_of_text|>
|
19 |
+
PARAMETER stop "###"
|