bartowski commited on
Commit
2a9b9c3
1 Parent(s): c924fc7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
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
- Choose the `LM Studio Blank Preset` preset in your LM Studio.
 
 
 
 
 
 
 
 
 
 
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