detail prompt format
Browse files
README.md
CHANGED
@@ -25,7 +25,7 @@ This is a DARE Linear merge with the following composition:
|
|
25 |
DARE Linear was chosen as the merge method based on [this HF discussion](https://huggingface.co/jukofyork/Dark-Miqu-70B/discussions/2), in which the creator of Midnight-Miqu says "*in my own testing I consistently got the best results from using a dare_linear merge when working with miqu models*".
|
26 |
|
27 |
## Prompt format
|
28 |
-
The model responds well to general-purpose prompt formats such as Alpaca. Alternatively, I suggest trying the following format
|
29 |
|
30 |
```
|
31 |
<message from='system'>{your system prompt here}</message><message from='user'>{user prompt here}</message><message from='bot'>{bot response here}</message><message from='user'>{user prompt here}</message><message from='bot'>{bot response here}</message> [... and so on ...]
|
|
|
25 |
DARE Linear was chosen as the merge method based on [this HF discussion](https://huggingface.co/jukofyork/Dark-Miqu-70B/discussions/2), in which the creator of Midnight-Miqu says "*in my own testing I consistently got the best results from using a dare_linear merge when working with miqu models*".
|
26 |
|
27 |
## Prompt format
|
28 |
+
The model responds well to general-purpose prompt formats such as Alpaca. Alternatively, I suggest trying the following format, replacing `{the placeholder text}` with your actual messages, without curly brackets.
|
29 |
|
30 |
```
|
31 |
<message from='system'>{your system prompt here}</message><message from='user'>{user prompt here}</message><message from='bot'>{bot response here}</message><message from='user'>{user prompt here}</message><message from='bot'>{bot response here}</message> [... and so on ...]
|