prithivMLmods commited on
Commit
ce4d31f
1 Parent(s): 1a73465

Upload 6 files

Browse files
.gitattributes CHANGED
@@ -33,3 +33,7 @@ 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
+ QwQ-LCoT-3B-Instruct.F16.gguf filter=lfs diff=lfs merge=lfs -text
37
+ QwQ-LCoT-3B-Instruct.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
38
+ QwQ-LCoT-3B-Instruct.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ QwQ-LCoT-3B-Instruct.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
Modelfile ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ FROM /content/prithivMLmods/QwQ-LCoT-3B-Instruct-GGUF/QwQ-LCoT-3B-Instruct.F16.gguf
3
+ TEMPLATE """{{- if .Messages }}
4
+ {{- if or .System .Tools }}<|im_start|>system
5
+ {{- if .System }}
6
+ {{ .System }}
7
+ {{- end }}
8
+ {{- if .Tools }}
9
+
10
+ # Tools
11
+
12
+ You may call one or more functions to assist with the user query.
13
+
14
+ You are provided with function signatures within <tools></tools> XML tags:
15
+ <tools>
16
+ {{- range .Tools }}
17
+ {"type": "function", "function": {{ .Function }}}
18
+ {{- end }}
19
+ </tools>
20
+
21
+ For each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:
22
+ <tool_call>
23
+ {"name": <function-name>, "arguments": <args-json-object>}
24
+ </tool_call>
25
+ {{- end }}<|im_end|>
26
+ {{ end }}
27
+ {{- range $i, $_ := .Messages }}
28
+ {{- $last := eq (len (slice $.Messages $i)) 1 -}}
29
+ {{- if eq .Role "user" }}<|im_start|>user
30
+ {{ .Content }}<|im_end|>
31
+ {{ else if eq .Role "assistant" }}<|im_start|>assistant
32
+ {{ if .Content }}{{ .Content }}
33
+ {{- else if .ToolCalls }}<tool_call>
34
+ {{ range .ToolCalls }}{"name": "{{ .Function.Name }}", "arguments": {{ .Function.Arguments }}}
35
+ {{ end }}</tool_call>
36
+ {{- end }}{{ if not $last }}<|im_end|>
37
+ {{ end }}
38
+ {{- else if eq .Role "tool" }}<|im_start|>user
39
+ <tool_response>
40
+ {{ .Content }}
41
+ </tool_response><|im_end|>
42
+ {{ end }}
43
+ {{- if and (ne .Role "assistant") $last }}<|im_start|>assistant
44
+ {{ end }}
45
+ {{- end }}
46
+ {{- else }}
47
+ {{- if .System }}<|im_start|>system
48
+ {{ .System }}<|im_end|>
49
+ {{ end }}{{ if .Prompt }}<|im_start|>user
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
QwQ-LCoT-3B-Instruct.F16.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b916075acaa1ac86176348a3b9b339e15d3d4ca5cba464b75ccff82773f338da
3
+ size 6178316704
QwQ-LCoT-3B-Instruct.Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51d9a488b9b5c02372d25dd5d57836dd80f4b0b0d9263fb1a4d2373ae10b49d1
3
+ size 1929902496
QwQ-LCoT-3B-Instruct.Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48164ecc9d07de0e7a207a5b1db45d29d4a252106f21b06b55c97d2c10f1d450
3
+ size 2224814496
QwQ-LCoT-3B-Instruct.Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28d5a2e27ce5cfbc391a4c78b8c5afef0634218563cdc07691ba7c81f86e8e0f
3
+ size 3285475744
config.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "model_type": "qwen2"
3
+ }