divinetaco commited on
Commit
d42dc68
1 Parent(s): 96a23e1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +56 -0
README.md CHANGED
@@ -1,3 +1,59 @@
1
  ---
2
  license: cc-by-nc-4.0
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-4.0
3
+ base_model:
4
+ - Netrve/Miqu-PlayMaid-70B-v0.1
5
+ - ShinojiResearch/Senku-70B
6
+ library_name: transformers
7
+ tags:
8
+ - not-for-all-audiences
9
+ - nsfw
10
+ - mergekit
11
+ - merge
12
  ---
13
+ # aranea-tenebris-116b-v1.0
14
+ **aka Netrve/Miqu-PlayMaid-70B-v0.1 + ShinojiResearch/Senku-70B**
15
+ Model merge for uncensored creative writing and rp
16
+
17
+ ![image/png]()
18
+
19
+ A [mergekit](https://github.com/arcee-ai/mergekit) frankenmerge based on [Netrve/Miqu-PlayMaid-70B-v0.1](https://huggingface.co/Netrve/Miqu-PlayMaid-70B-v0.1) with interleaved layers of [ShinojiResearch/Senku-70B](https://huggingface.co/ShinojiResearch/Senku-70B).
20
+ This was the top performing model from a second series of merge experiments to create a highly coherant creative writing and rp model.
21
+ Tests consisted of a series of private DnD scenario benchmarks, with manual comparison of the most promising merges.
22
+
23
+ A number of different base models, interleave models and layer offsets were compared.
24
+ This model outperformed a number of other popular 70B+ models and merges in both creativity and coherancy tests. It was (briefly) compared to Mixtral 8x22B running 2/3/4 experts.
25
+
26
+ - Usable context: ~32768
27
+ - Recommended prompt format: Alpaca
28
+ - Layers: 137
29
+
30
+ ### Testing
31
+
32
+ Two different writing styles were considered for each testing scenario:
33
+ - Completions for 3rd person narration. No character role was assumed.
34
+ - Completions for 1st and 2nd person turn based (out-of-order) rp. A character role was assumed by the model, but narration of minor characters and events was encouraged.
35
+
36
+ Tests assumed a mature audience, but a range of scenarios were constructed.
37
+ Thematic inconsistancy or bias in character behaviour was penalized heavily.
38
+
39
+ Models showing the following were penalized during manual comparison:
40
+ - Consistently short responses
41
+ - Laziness or readily gave up on solving a character problem.
42
+ - Overly malleable, where characters could not hold opinions or beliefs.
43
+ - Passiveness or an inability to drive the narrative.
44
+ - Persistent repeats. Bad merges tend to latch onto and reuse specific keywords.
45
+ - Ignoring or missing obvious scenario solutions.
46
+ - Impersonating other major characters out of turn during rp tests.
47
+ - Faliure to follow a character's description. This criteria is pretty broad, and could include things like character skills, refusals etc.
48
+ - Major inconsistencies in scenes or recall. Note - invention of thematically consistant detail was encouraged.
49
+
50
+ ### Interesting observations from benchmarking
51
+
52
+ - 10 layer interleave stride with a 20 layer interleave width consistently outperformed alternative combinations for coherancy.
53
+ - 8 layer interleave stride with a 16 layer interleave width consistantly outperformed alternative combinations for creativity whilst remaining reasonably coherant.
54
+ - Regular stride intervals are not optimal. In particular offsetting the first or last set of base models offets often improved metrics.
55
+ - Goliath-120B is still a good standard for coherancy below 4096 context. A few miqu-1 merges are comparable, but testing found a small amount coherancy could be sacrificed for notable creativity improvements.
56
+
57
+ ### Quantizations
58
+
59
+ Exllamav2 quants will be available when bandwidth permits.