Upload 2 files
Browse files- .gitattributes +1 -0
- DeepSeek-V2-Lite-Chat.Q5_K.gguf +3 -0
- DeepSeek-V2-Lite-Chat.Q5_K.modelfile +19 -0
.gitattributes
CHANGED
@@ -38,3 +38,4 @@ DeepSeek-V2-Lite-Chat.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
|
38 |
DeepSeek-V2-Lite-Chat.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
DeepSeek-V2-Lite-Chat.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
DeepSeek-V2-Lite-Chat.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
38 |
DeepSeek-V2-Lite-Chat.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
DeepSeek-V2-Lite-Chat.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
DeepSeek-V2-Lite-Chat.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
DeepSeek-V2-Lite-Chat.Q5_K.gguf filter=lfs diff=lfs merge=lfs -text
|
DeepSeek-V2-Lite-Chat.Q5_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7ae65b6692e4b6b56b9e35b89d0b6eaf4e6303b62f9d028eb3e5ff35b42c6ef1
|
3 |
+
size 11851313472
|
DeepSeek-V2-Lite-Chat.Q5_K.modelfile
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
FROM E:\project_website\models\DeepSeek-V2-Lite-Chat-GGUF\DeepSeek-V2-Lite-Chat.Q5_K.gguf
|
2 |
+
|
3 |
+
TEMPLATE """{{ if .System }}{{ .System }}
|
4 |
+
|
5 |
+
{{ end }}{{ if .Prompt }}User: {{ .Prompt }}
|
6 |
+
|
7 |
+
{{ end }}Assistant: {{ .Response }}"""
|
8 |
+
|
9 |
+
SYSTEM """You are a helpful AI assistant. The user you are helping speaks Traditional Chinese and comes from Taiwan."""
|
10 |
+
PARAMETER num_ctx 32768
|
11 |
+
PARAMETER num_gpu -1
|
12 |
+
PARAMETER num_thread 8
|
13 |
+
PARAMETER temperature 0.01
|
14 |
+
PARAMETER repeat_penalty 1.1
|
15 |
+
PARAMETER top_k 1
|
16 |
+
PARAMETER top_p 0.01
|
17 |
+
PARAMETER penalize_newline false
|
18 |
+
PARAMETER stop User:
|
19 |
+
PARAMETER stop Assistant:
|