Create README.md
Browse files
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 |
+

|