ChuckMcSneed commited on
Commit
e85f270
1 Parent(s): 3a8226c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md CHANGED
@@ -1,3 +1,67 @@
1
  ---
2
  license: llama2
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: llama2
3
+ tags:
4
+ - merge
5
+ - mergekit
6
  ---
7
+ ![logo-gembo.png](logo-gembo.png)
8
+ This is my first "serious"(with practical use cases) experimental merge. Judge harshly. Mainly made for RP, but should be okay as an assistant. Turned out quite good, considering the amount of LORAs I merged into it.
9
+
10
+ # Observations
11
+ - GPTisms and repetition: put temperature and rep. pen. higher, make GPTisms stop sequences
12
+ - A bit different than the ususal stuff
13
+ - Lightly censored
14
+ - Fairly neutral, can be violent if you ask it really good, Goliath is a bit better at it
15
+ - Has a bit of optimism baked in, but it's not very severe
16
+ - Doesn't know when to stop, can be quite verbose or just stop almost immediately(maybe wants to use LimaRP settings idk)
17
+ - Sometimes can't handle '
18
+ - Second model that tried to be funny unprompted to me(First one was Goliath)
19
+ - Moderately intelligent
20
+ - Quite creative
21
+
22
+ # Naming
23
+ Internal name of this model was euryale-guano-saiga-med-janboros-kim-lima-wiz-tony-d30-s40, but I decided to keep it short, and since it was iteration G, I called it "Gembo".
24
+
25
+ # Prompt format
26
+ Alpaca. You can also try some other formats, I'm pretty sure it has a lot of them from all those merges.
27
+ ```
28
+ ### Instruction:
29
+ {instruction}
30
+
31
+ ### Response:
32
+ ```
33
+
34
+ # Settings
35
+ As I already mentioned, high temperature and rep.pen. works great.
36
+ For RP try something like this:
37
+ - temperature=5
38
+ - MinP=0.10
39
+ - rep.pen.=1.15
40
+
41
+ Adjust to match your needs.
42
+
43
+
44
+ # How it was created
45
+ I took Sao10K/Euryale-1.3-L2-70B (Good base model) and added
46
+ - Mikael110/llama-2-70b-guanaco-qlora (Creativity+assistant)
47
+ - IlyaGusev/saiga2_70b_lora (Creativity+assistant)
48
+ - s1ghhh/medllama-2-70b-qlora-1.1 (More data)
49
+ - v2ray/Airoboros-2.1-Jannie-70B-QLoRA (Creativity+assistant)
50
+ - Chat-Error/fiction.live-Kimiko-V2-70B (Creativity)
51
+ - Doctor-Shotgun/limarpv3-llama2-70b-qlora (Creativity)
52
+ - v2ray/LLaMA-2-Wizard-70B-QLoRA (Creativity+assistant)
53
+ - v2ray/TonyGPT-70B-QLoRA (Special spice)
54
+
55
+ Then I SLERP-merged it with cognitivecomputations/dolphin-2.2-70b (Needed to bridge the gap between this wonderful mess and Smaxxxer, otherwise it's quality is low) with 0.3t and then SLERP-merged it again with ChuckMcSneed/SMaxxxer-v1-70b (Creativity) with 0.4t. For SLERP-merges I used https://github.com/arcee-ai/mergekit.
56
+
57
+ # Benchmarks (Do they even mean anything anymore?)
58
+ ### NeoEvalPlusN_benchmark
59
+ [My meme benchmark.](https://huggingface.co/datasets/ChuckMcSneed/NeoEvalPlusN_benchmark)
60
+ | Test name | Gembo |
61
+ | ---------- | ---------- |
62
+ | B | 2.5 |
63
+ | C | 1.5 |
64
+ | D | 3 |
65
+ | S | 7.5 |
66
+ | P | 5.25 |
67
+ | Total | 19.75 |