Transformers
GGUF
Merge
openentry commited on
Commit
4939ee7
·
verified ·
1 Parent(s): f3febe6

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ qwen3-8b-merge-openentry-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
37
+ qwen3-8b-merge-openentry-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
38
+ qwen3-8b-merge-openentry-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
Modelfile ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM qwen3-8b-merge-openentry-Q5_K_M.gguf
2
+ TEMPLATE """{{- if or .System .Tools }}<|start_header_id|>system<|end_header_id|>
3
+ {{- if .System }}
4
+
5
+ {{ .System }}
6
+ {{- end }}
7
+ {{- if .Tools }}
8
+
9
+ Cutting Knowledge Date: December 2023
10
+
11
+ When you receive a tool call response, use the output to format an answer to the orginal user question.
12
+
13
+ You are a helpful assistant with tool calling capabilities.
14
+ {{- end }}<|eot_id|>
15
+ {{- end }}
16
+ {{- range $i, $_ := .Messages }}
17
+ {{- $last := eq (len (slice $.Messages $i)) 1 }}
18
+ {{- if eq .Role "user" }}<|start_header_id|>user<|end_header_id|>
19
+ {{- if and $.Tools $last }}
20
+
21
+ Given the following functions, please respond with a JSON for a function call with its proper arguments that best answers the given prompt.
22
+
23
+ Respond in the format {"name": function name, "parameters": dictionary of argument name and its value}. Do not use variables.
24
+
25
+ {{ range $.Tools }}
26
+ {{- . }}
27
+ {{ end }}
28
+ Question: {{ .Content }}<|eot_id|>
29
+ {{- else }}
30
+
31
+ {{ .Content }}<|eot_id|>
32
+ {{- end }}{{ if $last }}<|start_header_id|>assistant<|end_header_id|>
33
+
34
+ {{ end }}
35
+ {{- else if eq .Role "assistant" }}<|start_header_id|>assistant<|end_header_id|>
36
+ {{- if .ToolCalls }}
37
+ {{ range .ToolCalls }}
38
+ {"name": "{{ .Function.Name }}", "parameters": {{ .Function.Arguments }}}{{ end }}
39
+ {{- else }}
40
+
41
+ {{ .Content }}
42
+ {{- end }}{{ if not $last }}<|eot_id|>{{ end }}
43
+ {{- else if eq .Role "tool" }}<|start_header_id|>ipython<|end_header_id|>
44
+
45
+ {{ .Content }}<|eot_id|>{{ if $last }}<|start_header_id|>assistant<|end_header_id|>
46
+
47
+ {{ end }}
48
+ {{- end }}
49
+ {{- end }}"""
50
+ PARAMETER stop <|start_header_id|>
51
+ PARAMETER stop <|end_header_id|>
52
+ PARAMETER stop <|eot_id|>
53
+
qwen3-8b-merge-openentry-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b83164d701b3b3997f07f34d3f46de909a1a2f53b21d232e74dc74ea8a9f2307
3
+ size 5026272896
qwen3-8b-merge-openentry-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08fb983d1af25a5d7515e1b740591b8dcc4d30a171386f32fe7b2faf6ae169a8
3
+ size 5849465984
qwen3-8b-merge-openentry-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2773e4e2ef4a2a51283281dbdcda8f4f483bde9ea1da32cd1bc47d76de0c64b
3
+ size 8707201952