Update README.md
Browse files
README.md
CHANGED
|
@@ -22,14 +22,12 @@ All quants made using imatrix option with dataset provided by Kalomaze [here](ht
|
|
| 22 |
|
| 23 |
## Prompt format
|
| 24 |
|
| 25 |
-
|
| 26 |
|
| 27 |
```
|
| 28 |
-
<|begin▁of▁sentence|>[INST] <<SYS>>
|
| 29 |
{system_prompt}
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
{prompt} [/INST] <|end▁of▁sentence|>
|
| 33 |
```
|
| 34 |
|
| 35 |
## Download a file (not the whole branch) from below:
|
|
|
|
| 22 |
|
| 23 |
## Prompt format
|
| 24 |
|
| 25 |
+
This seems to follow the DeepSeek coder format, aka Alpaca.
|
| 26 |
|
| 27 |
```
|
|
|
|
| 28 |
{system_prompt}
|
| 29 |
+
### Instruction: {prompt}
|
| 30 |
+
### Response:
|
|
|
|
| 31 |
```
|
| 32 |
|
| 33 |
## Download a file (not the whole branch) from below:
|