SebastianBodza commited on
Commit
947db39
1 Parent(s): 93cad7a

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-Magicoder-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
+ ```