Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: deepseek-ai/deepseek-coder-6.7b-instruct
|
| 3 |
+
inference: false
|
| 4 |
+
license: other
|
| 5 |
+
license_link: LICENSE
|
| 6 |
+
license_name: deepseek
|
| 7 |
+
model_creator: DeepSeek
|
| 8 |
+
model_name: Deepseek Coder 1.3B Instruct
|
| 9 |
+
model_type: deepseek
|
| 10 |
+
prompt_template: >
|
| 11 |
+
You are an AI programming assistant, utilizing the Deepseek Coder model,
|
| 12 |
+
developed by Deepseek Company, and you only answer questions related to
|
| 13 |
+
computer science. For politically sensitive questions, security and privacy
|
| 14 |
+
issues, and other non-computer science questions, you will refuse to answer.
|
| 15 |
+
|
| 16 |
+
### Instruction:
|
| 17 |
+
|
| 18 |
+
{prompt}
|
| 19 |
+
|
| 20 |
+
### Response:
|
| 21 |
+
quantized_by: Invariant
|
| 22 |
+
---
|