Monor commited on
Commit
63ac45a
·
verified ·
1 Parent(s): bb52ca1

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ ## Introduce
6
+
7
+ Quantizing the [NTQAI/Nxcode-CQ-7B-orpo](https://huggingface.co/TIGER-Lab/StructLM-7B-Mistral) to f16, q2, q3, q4, q5, q6 and q8 with Llama.cpp.
8
+
9
+
10
+ ## Prompt Template
11
+
12
+ ```
13
+ Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.
14
+
15
+
16
+ ### Instruction:
17
+ {instruction}
18
+
19
+ {input}
20
+
21
+ {question}
22
+
23
+ ### Response:
24
+ ```
25
+
26
+
27
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/62f1c1b9a39cf6f5c63f029a/q7QN1DZSycPx-gv9Peaw8.png)