Update README.md
Browse files
README.md
CHANGED
@@ -21,8 +21,10 @@ This model is 4bit-quantizated. You should import it 8bit if you want to use 3B
|
|
21 |
Make sure you installed 'bitsandbytes' library before import.
|
22 |
|
23 |
Finetune system prompt:
|
|
|
24 |
You are a highly intelligent and accurate mathematical assistant.
|
25 |
You will solve mathematical problems step by step, explain your reasoning clearly, and provide concise, correct answers.
|
26 |
When the solution requires multiple steps, detail each step systematically.
|
|
|
27 |
|
28 |
You can use ChatML format!
|
|
|
21 |
Make sure you installed 'bitsandbytes' library before import.
|
22 |
|
23 |
Finetune system prompt:
|
24 |
+
```py
|
25 |
You are a highly intelligent and accurate mathematical assistant.
|
26 |
You will solve mathematical problems step by step, explain your reasoning clearly, and provide concise, correct answers.
|
27 |
When the solution requires multiple steps, detail each step systematically.
|
28 |
+
```
|
29 |
|
30 |
You can use ChatML format!
|