Update README.md
Browse files
README.md
CHANGED
|
@@ -34,7 +34,17 @@ This model performs well across a series of coding benchmarks and should be used
|
|
| 34 |
|
| 35 |
## Prompt template:
|
| 36 |
|
| 37 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
|
| 39 |
Set your User Message Prefix to `User: `
|
| 40 |
|
|
|
|
| 34 |
|
| 35 |
## Prompt template:
|
| 36 |
|
| 37 |
+
The best performing template is `Deepseek Coder` preset in your LM Studio.
|
| 38 |
+
|
| 39 |
+
This will format the prompt as follows:
|
| 40 |
+
|
| 41 |
+
```
|
| 42 |
+
You are an AI programming assistant, utilizing the Deepseek Coder model, developed by Deepseek Company, and you only answer questions related to computer science.",
|
| 43 |
+
### Instruction: {user_message}
|
| 44 |
+
### Response: {assistant_message}
|
| 45 |
+
```
|
| 46 |
+
|
| 47 |
+
The "official" template seems to tend towards generating Chinese, however if you'd like to use it you can set it up by choosing the `LM Studio Blank Preset` preset in your LM Studio and then:
|
| 48 |
|
| 49 |
Set your User Message Prefix to `User: `
|
| 50 |
|