SanjiWatsuki commited on
Commit
79c6607
1 Parent(s): 01b5fcd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -0
README.md CHANGED
@@ -1,3 +1,58 @@
1
  ---
2
  license: cc-by-nc-4.0
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-4.0
3
+ tags:
4
+ - merge
5
  ---
6
+
7
+ ![image/png](https://huggingface.co/SanjiWatsuki/Kunoichi-7B/resolve/main/assets/kunoichi.png)
8
+
9
+ <!-- description start -->
10
+ ## Description
11
+
12
+ This repository hosts **Kunoichi-7B**, an RP model which is also very suitable for general tasks. In both my testing and the benchmarks, Kunoichi is an extremely strong model, keeping the advantages of my previous RP models but gaining more intelligence. Kunoichi scores extremely well on [all benchmarks which correlate closely with ChatBot Arena Elo.](https://www.reddit.com/r/LocalLLaMA/comments/18u0tu3/benchmarking_the_benchmarks_correlation_with/)
13
+
14
+ | Model | MT Bench | EQ Bench | MMLU | Logic Test |
15
+ |----------------------|----------|----------|---------|-------------|
16
+ | GPT-4-Turbo | 9.32 | - | - | - |
17
+ | GPT-4 | 8.99 | 62.52 | 86.4 | 0.86 |
18
+ | **Kunoichi-7B** | **8.14** | **44.32** | **~64.7** | **0.58** |
19
+ | Starling-7B | 8.09 | - | 63.9 | 0.51 |
20
+ | Claude-2 | 8.06 | 52.14 | 78.5 | - |
21
+ | Silicon-Maid-7B | 7.96 | 40.44 | 64.7 | 0.54 |
22
+ | Loyal-Macaroni-Maid-7B | 7.95 | 38.66 | 64.9 | 0.57 |
23
+ | GPT-3.5-Turbo | 7.94 | 50.28 | 70 | 0.57 |
24
+ | Claude-1 | 7.9 | - | 77 | - |
25
+ | Openchat-3.5 | 7.81 | 37.08 | 64.3 | 0.39 |
26
+ | Zephyr-7B-beta | 7.34 | 38.71 | 61.4 | 0.30 |
27
+ | Llama-2-70b-chat-hf | 6.86 | 51.56 | 63 | - |
28
+ | Neural-chat-7b-v3-1 | 6.84 | 43.61 | 62.4 | 0.30 |
29
+
30
+ <!-- description end -->
31
+ <!-- prompt-template start -->
32
+ ## Prompt template: Custom format, or Alpaca
33
+
34
+ ### Custom format:
35
+ I found the best SillyTavern results from using the Noromaid template.
36
+
37
+ SillyTavern config files: [Context](https://files.catbox.moe/ifmhai.json), [Instruct](https://files.catbox.moe/ttw1l9.json). Additionally, here is my [Text Completion preset](https://huggingface.co/SanjiWatsuki/Loyal-Macaroni-Maid-7B/blob/main/Characters/MinP.json)
38
+
39
+ Additionally, here is my highly recommended [Text Completion preset](https://huggingface.co/SanjiWatsuki/Loyal-Macaroni-Maid-7B/blob/main/Characters/MinP.json). You can tweak this by adjusting temperature up or dropping min p to boost creativity or raise min p to increase stability. You shouldn't need to touch anything else!
40
+
41
+ The model is intended to be used with up to an 8k context window. Using a NTK RoPE alpha of 2.6, the model can be used experimentally up to a 16k context window.
42
+
43
+ ### Alpaca:
44
+ ```
45
+ Below is an instruction that describes a task. Write a response that appropriately completes the request.
46
+
47
+ ### Instruction:
48
+ {prompt}
49
+
50
+ ### Response:
51
+
52
+ ```
53
+
54
+ ## WTF is Kunoichi-7B?
55
+
56
+ Kunoichi-7B is a SLERP merger between my previous RP model, Silicon-Maid-7B, and an unreleased RP model that I had dubbed "Ninja-Maid-7B". This model is the result of me attempting to merge an RP focused model which maintained the strengths of Silicon-Maid-7B but further increased the model's brain power. I sought to increase both MT-Bench and EQ-Bench without losing Silicon Maid's strong ability to follow SillyTavern character cards.
57
+
58
+ Ninja-Maid-7B was born from an attempt to turn [jan-hq/stealth-v1.2](https://huggingface.co/jan-hq/stealth-v1.2) into a viable RP model. Although none of the Ninja Maid prototype models developed to a point where I was happy, it turned out to be a strong model to merge. Combined with Silicon-Maid-7B, this appeared to be a strong merger.