Update README.md
Browse files
README.md
CHANGED
@@ -17,9 +17,17 @@ quantized_by: bartowski
|
|
17 |
## Model Summary:
|
18 |
DeepSeek V2.5 combines the best of DeepSeek instruct and coder into one incredible model.
|
19 |
|
|
|
|
|
20 |
## Prompt Template:
|
21 |
|
22 |
-
The prompt template is saved in the model, simply load it and use the existing template.
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
|
24 |
## Technical Details
|
25 |
|
|
|
17 |
## Model Summary:
|
18 |
DeepSeek V2.5 combines the best of DeepSeek instruct and coder into one incredible model.
|
19 |
|
20 |
+
With a large context length and advanced chat and coding capabilities, this should be a great allarounder for any task!
|
21 |
+
|
22 |
## Prompt Template:
|
23 |
|
24 |
+
The prompt template is saved in the model, simply load it and use the existing template.
|
25 |
+
|
26 |
+
It will then format as so:
|
27 |
+
|
28 |
+
```
|
29 |
+
<|begin▁of▁sentence|>{system_message}<|User|>{user_message_1}<|Assistant|>{assistant_message_1}<|end▁of▁sentence|><|User|>{user_message_2}<|Assistant|>
|
30 |
+
```
|
31 |
|
32 |
## Technical Details
|
33 |
|