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 |
+
llama-3.1-sisaai-ko-tulu-dpo-merge-8b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
llama-3.1-sisaai-ko-tulu-dpo-merge-8b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
llama-3.1-sisaai-ko-tulu-dpo-merge-8b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
Modelfile
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
FROM llama-3.1-sisaai-ko-tulu-dpo-merge-8b-Q5_K_M.gguf
|
2 |
+
TEMPLATE """{{ if .Messages }}
|
3 |
+
{{- if or .System .Tools }}<|start_header_id|>system<|end_header_id|>
|
4 |
+
{{- if .System }}
|
5 |
+
|
6 |
+
{{ .System }}
|
7 |
+
{{- end }}
|
8 |
+
{{- if .Tools }}
|
9 |
+
|
10 |
+
You are a helpful assistant with tool calling capabilities. When you receive a tool call response, use the output to format an answer to the original user question.
|
11 |
+
{{- end }}
|
12 |
+
{{- end }}<|eot_id|>
|
13 |
+
{{- range $i, $_ := .Messages }}
|
14 |
+
{{- $last := eq (len (slice $.Messages $i)) 1 }}
|
15 |
+
{{- if eq .Role "user" }}<|start_header_id|>user<|end_header_id|>
|
16 |
+
{{- if and $.Tools $last }}
|
17 |
+
|
18 |
+
Given the following functions, please respond with a JSON for a function call with its proper arguments that best answers the given prompt.
|
19 |
+
|
20 |
+
Respond in the format {"name": function name, "parameters": dictionary of argument name and its value}. Do not use variables.
|
21 |
+
|
22 |
+
{{ $.Tools }}
|
23 |
+
{{- end }}
|
24 |
+
|
25 |
+
{{ .Content }}<|eot_id|>{{ if $last }}<|start_header_id|>assistant<|end_header_id|>
|
26 |
+
|
27 |
+
{{ end }}
|
28 |
+
{{- else if eq .Role "assistant" }}<|start_header_id|>assistant<|end_header_id|>
|
29 |
+
{{- if .ToolCalls }}
|
30 |
+
|
31 |
+
{{- range .ToolCalls }}{"name": "{{ .Function.Name }}", "parameters": {{ .Function.Arguments }}}{{ end }}
|
32 |
+
{{- else }}
|
33 |
+
|
34 |
+
{{ .Content }}{{ if not $last }}<|eot_id|>{{ end }}
|
35 |
+
{{- end }}
|
36 |
+
{{- else if eq .Role "tool" }}<|start_header_id|>ipython<|end_header_id|>
|
37 |
+
|
38 |
+
{{ .Content }}<|eot_id|>{{ if $last }}<|start_header_id|>assistant<|end_header_id|>
|
39 |
+
|
40 |
+
{{ end }}
|
41 |
+
{{- end }}
|
42 |
+
{{- end }}
|
43 |
+
{{- else }}
|
44 |
+
{{- if .System }}<|start_header_id|>system<|end_header_id|>
|
45 |
+
|
46 |
+
{{ .System }}<|eot_id|>{{ end }}{{ if .Prompt }}<|start_header_id|>user<|end_header_id|>
|
47 |
+
|
48 |
+
{{ .Prompt }}<|eot_id|>{{ end }}<|start_header_id|>assistant<|end_header_id|>
|
49 |
+
|
50 |
+
{{ end }}{{ .Response }}{{ if .Response }}<|eot_id|>{{ end }}"""
|
51 |
+
|
52 |
+
PARAMETER stop <|start_header_id|>
|
53 |
+
PARAMETER stop <|end_header_id|>
|
54 |
+
PARAMETER stop <|eot_id|>
|
55 |
+
PARAMETER temperature 0.6
|
llama-3.1-sisaai-ko-tulu-dpo-merge-8b-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:af3e544f9b6f0580fe309f3f7e2c7f75202a4a0726ef96bf564e6204eff34d93
|
3 |
+
size 4920739648
|
llama-3.1-sisaai-ko-tulu-dpo-merge-8b-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c53393fdc971c892796ecc4cda5f04c39066934be37d443c1ad96d2449f8c5b0
|
3 |
+
size 5732992832
|
llama-3.1-sisaai-ko-tulu-dpo-merge-8b-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bdec34f581690c9547bd4adcfe230579003498abd76855e937fab2f29f56d29b
|
3 |
+
size 8540776256
|