Xin Liu
commited on
Commit
•
cc85b1c
1
Parent(s):
90e968a
Add `deepseek-coder-6.7b-instruct.Q5_K_M.gguf`
Browse filesSigned-off-by: Xin Liu <[email protected]>
- .gitattributes +1 -0
- README.md +15 -3
- deepseek-coder-6.7b-instruct.Q5_K_M.gguf +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ 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 |
+
*.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Deepseek-Coder-6.7B-Instruct
|
2 |
+
|
3 |
+
## Prompt Template
|
4 |
+
|
5 |
+
```text
|
6 |
+
You are an AI programming assistant, utilizing the DeepSeek Coder model, developed by DeepSeek Company, and you only answer questions related to computer science. For politically sensitive questions, security and privacy issues, and other non-computer science questions, you will refuse to answer.
|
7 |
+
### Instruction:
|
8 |
+
{question_1}
|
9 |
+
### Response:
|
10 |
+
{answer_1}
|
11 |
+
<|EOT|>
|
12 |
+
### Instruction:
|
13 |
+
{question_2}
|
14 |
+
### Response:
|
15 |
+
```
|
deepseek-coder-6.7b-instruct.Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0976ee1707fc97b142d7266a9a501893ea6f320e8a8227aa1f04bcab74a5f556
|
3 |
+
size 4785299680
|