yabichiu commited on
Commit
922b72e
1 Parent(s): 3644bf1

Upload 10 files

Browse files
.gitattributes CHANGED
@@ -33,3 +33,8 @@ 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
+ DeepSeek-V2-Lite-Chat.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ 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
DeepSeek-V2-Lite-Chat.Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94d00542ef57b63ab464d79b9d07b84e2eace495afe7ed048080006cfb7ff6e3
3
+ size 6430464320
DeepSeek-V2-Lite-Chat.Q2_K.modelfile ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM E:\project_website\models\DeepSeek-V2-Lite-Chat-GGUF\DeepSeek-V2-Lite-Chat.Q2_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:
DeepSeek-V2-Lite-Chat.Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29c93fbb60b530e4d8b89f6dfe6ca868225012db73e3c2b2821fc1aaa06f9472
3
+ size 8126606656
DeepSeek-V2-Lite-Chat.Q3_K_M.modelfile ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM E:\project_website\models\DeepSeek-V2-Lite-Chat-GGUF\DeepSeek-V2-Lite-Chat.Q3_K_M.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:
DeepSeek-V2-Lite-Chat.Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ed3eca08b8bd7aa5e6a71afb92d5b8a616035c7d60e123b883f71dd80370f1e
3
+ size 10364416320
DeepSeek-V2-Lite-Chat.Q4_K_M.modelfile ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM E:\project_website\models\DeepSeek-V2-Lite-Chat-GGUF\DeepSeek-V2-Lite-Chat.Q4_K_M.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:
DeepSeek-V2-Lite-Chat.Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ff501f4eac443875590af5f92d7c619c0fcc4a82a7041cae7cf044d5c6c6d7d
3
+ size 14066971968
DeepSeek-V2-Lite-Chat.Q6_K.modelfile ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM E:\project_website\models\DeepSeek-V2-Lite-Chat-GGUF\DeepSeek-V2-Lite-Chat.Q6_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:
DeepSeek-V2-Lite-Chat.Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d1a9d6b04718d83c294564c7d54f04f323181f9f7578e269597051e2504fdcc
3
+ size 16702517568
DeepSeek-V2-Lite-Chat.Q8_0.modelfile ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM E:\project_website\models\DeepSeek-V2-Lite-Chat-GGUF\DeepSeek-V2-Lite-Chat.Q8_0.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: