Update Modelfile
Browse files
Modelfile
CHANGED
@@ -1,20 +1 @@
|
|
1 |
-
FROM /home/Finetune/model/unsloth.Q8_0.gguf
|
2 |
-
|
3 |
-
TEMPLATE """Below are some instructions that describe some tasks along with the input that you will use to generate the response. Write responses that appropriately complete each request.{{ if .Prompt }}
|
4 |
-
|
5 |
-
### Instruction:
|
6 |
-
{{ .Prompt }}{{ end }}
|
7 |
-
|
8 |
-
### Response:
|
9 |
-
{{ .Response }}<|eot_id|>"""
|
10 |
-
|
11 |
-
PARAMETER stop "<|finetune_right_pad_id|>"
|
12 |
-
PARAMETER stop "<|start_header_id|>"
|
13 |
-
PARAMETER stop "<|eom_id|>"
|
14 |
-
PARAMETER stop "<|end_of_text|>"
|
15 |
-
PARAMETER stop "<|end_header_id|>"
|
16 |
-
PARAMETER stop "<|python_tag|>"
|
17 |
-
PARAMETER stop "<|eot_id|>"
|
18 |
-
PARAMETER stop "<|reserved_special_token_"
|
19 |
-
PARAMETER temperature 1.5
|
20 |
-
PARAMETER min_p 0.1
|
|
|
1 |
+
FROM /home/Finetune/model/unsloth.Q8_0.gguf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|