chohtet commited on
Commit
1f2bba3
·
verified ·
1 Parent(s): 6323e7e

Delete Modelfile-2.txt

Browse files
Files changed (1) hide show
  1. Modelfile-2.txt +0 -15
Modelfile-2.txt DELETED
@@ -1,15 +0,0 @@
1
-
2
- FROM ./unsloth.Q4_K_M.gguf
3
- TEMPLATE """{{ if .System }}<|start_header_id|>system<|end_header_id|>
4
-
5
- {{ .System }}<|eot_id|>{{ end }}{{ if .Prompt }}<|start_header_id|>user<|end_header_id|>
6
-
7
- {{ .Prompt }}<|eot_id|>{{ end }}<|start_header_id|>assistant<|end_header_id|>
8
-
9
- {{ .Response }}<|eot_id|>"""
10
- PARAMETER stop "<|start_header_id|>"
11
- PARAMETER stop "<|end_header_id|>"
12
- PARAMETER stop "<|eot_id|>"
13
- PARAMETER num_ctx 32768
14
- PARAMETER temperature 0.0
15
- PARAMETER seed 42