lerugray commited on
Commit
5ba62e7
·
verified ·
1 Parent(s): 5020b02

v3a: update Modelfile FROM directive to point at v3a GGUF

Browse files
Files changed (1) hide show
  1. Modelfile +2 -6
Modelfile CHANGED
@@ -1,5 +1,4 @@
1
-
2
- FROM Qwen2.5-7B-Instruct.Q4_K_M.gguf
3
  TEMPLATE """{{- if .Messages }}
4
  {{- if or .System .Tools }}<|im_start|>system
5
  {{- if .System }}
@@ -50,8 +49,5 @@ For each function call, return a json object with function name and arguments wi
50
  {{ .Prompt }}<|im_end|>
51
  {{ end }}<|im_start|>assistant
52
  {{ end }}{{ .Response }}{{ if .Response }}<|im_end|>{{ end }}"""
 
53
  PARAMETER stop "<|im_end|>"
54
- PARAMETER stop "<|endoftext|>"
55
- PARAMETER temperature 1.5
56
- PARAMETER min_p 0.1
57
- SYSTEM """You are Qwen, created by Alibaba Cloud. You are a helpful assistant."""
 
1
+ FROM hammerstein-7b-lora.Q4_K_M.gguf
 
2
  TEMPLATE """{{- if .Messages }}
3
  {{- if or .System .Tools }}<|im_start|>system
4
  {{- if .System }}
 
49
  {{ .Prompt }}<|im_end|>
50
  {{ end }}<|im_start|>assistant
51
  {{ end }}{{ .Response }}{{ if .Response }}<|im_end|>{{ end }}"""
52
+ PARAMETER stop "<|im_start|>"
53
  PARAMETER stop "<|im_end|>"