ddh0 commited on
Commit
3e5c28d
1 Parent(s): 93f937a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -24,6 +24,15 @@ This is a DARE Linear merge with the following composition:
24
 
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
  ## Merge Configuration
28
 
29
  The following YAML configuration was used to produce this model:
 
24
 
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 ...]
32
+ ```
33
+
34
+ This format is readily understood by the model, and leads to the expected high-quality responses. Note the lack of newlines `\n` - they are not necessary and might actually make it harder for the model to follow along.
35
+
36
  ## Merge Configuration
37
 
38
  The following YAML configuration was used to produce this model: