SirAB commited on
Commit
249ea37
·
verified ·
1 Parent(s): 10dfaf1

Delete Modelfile

Browse files
Files changed (1) hide show
  1. Modelfile +0 -15
Modelfile DELETED
@@ -1,15 +0,0 @@
1
-
2
- FROM /content/SirAB/Dolphin-gemma2-2b-finetuned-gguf-v2/unsloth.F16.gguf
3
- TEMPLATE """{{ if .System }}<|im_start|>system
4
- {{ .System }}<|im_end|>
5
- {{ end }}{{ if .Prompt }}<|im_start|>user
6
- {{ .Prompt }}<|im_end|>
7
- {{ end }}<|im_start|>assistant
8
- {{ .Response }}<|im_end|>
9
- """
10
- PARAMETER repeat_penalty 1
11
- PARAMETER stop "<|im_start|>"
12
- PARAMETER stop "<|im_end|>"
13
- PARAMETER penalize_newline false
14
- PARAMETER temperature 1.5
15
- PARAMETER min_p 0.1