SebastianBodza commited on
Commit
8482f6f
1 Parent(s): dfb3eb3

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Quantized version of:
2
+ https://huggingface.co/SebastianBodza/DeepMagiCoder-6.7B-DS-Base
3
+
4
+ Used the Deepseek Template and the [Evol-Instruct Code](https://huggingface.co/datasets/nickrosh/Evol-Instruct-Code-80k-v1) dataset for quantization:
5
+ ```
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
+ {prompt}
9
+ ### Response:
10
+ {response}
11
+ ```