Statuo commited on
Commit
07f3986
1 Parent(s): b934050

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -1,3 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  base_model:
3
  - SanjiWatsuki/Kunoichi-DPO-v2-7B
@@ -42,4 +58,4 @@ models:
42
  weight: 0.6
43
  merge_method: linear
44
  dtype: float16
45
- ```
 
1
+ #Lemon Kunoichi Wizard
2
+
3
+ ![LemonKunoichiWizard](https://files.catbox.moe/eivabp.png)
4
+
5
+ A merge of three models, LemonadeRP-4.5.3, Kunoichi-DPO-v2, and WizardLM-2. I used Lemonade as a base with Kunoichi being the second bigest influence and WizardLM-2 for logic capabilities.
6
+
7
+ The end result is a Roleplay-focused model with great character card inference. I ran 4 merges at varying values to see which provided the most accurate output to a character cards quirk, with this v3 version being the winner out of the four.
8
+
9
+ ##Context Template - Alpaca
10
+
11
+ Alpaca preset seems to work well with your own System Prompt.
12
+
13
+ ##Context Size - 8192
14
+
15
+ The model loads at 8192 on my end, but theoretically it should be able to go up to 32k. Not that it'll be coherent at 32k. Most models based on Mistral like this end up being - at best - 12k context size for coherent output. I only tested at 8k which is where the base models tend to shine. YMMV otherwise.
16
+
17
  ---
18
  base_model:
19
  - SanjiWatsuki/Kunoichi-DPO-v2-7B
 
58
  weight: 0.6
59
  merge_method: linear
60
  dtype: float16
61
+ ```