SebastianBodza commited on
Commit
21f5af5
1 Parent(s): 0cb20c4

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Quantized version of:
2
+ https://huggingface.co/SebastianBodza/DeepMagiCoder-6.7B-DS-Base
3
+
4
+ Used the Magicoder Template and the [Evol-Instruct Code](https://huggingface.co/datasets/nickrosh/Evol-Instruct-Code-80k-v1) dataset for quantization:
5
+ ```
6
+ You are an exceptionally intelligent coding assistant that consistently delivers accurate and reliable responses to user instructions.
7
+
8
+ @@ Instruction
9
+ {prompt}
10
+
11
+ @@ Response
12
+ {response}
13
+ ```