DavidAU commited on
Commit
e472448
1 Parent(s): 3e725b3

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +92 -0
README.md ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ tags:
6
+ - creative
7
+ - story
8
+ - writing
9
+ - fiction
10
+ - llama3
11
+ - roleplaying
12
+ - rp
13
+ - horror
14
+ - science fiction
15
+ - fiction writing
16
+ - scene generation
17
+ - scene continue
18
+ - brainstorm 20x
19
+ - enhanced
20
+ pipeline_tag: text-generation
21
+ ---
22
+
23
+ <H3>BRAINSTORM 20x: L3-8B-Stheno-v3.2, Formula 2 </H3>
24
+
25
+ This repo contains quants 10x of "L3-8B-Stheno-v3.2" using the "Brainstorm" method of augmenting reasoning in a LLM
26
+ to increase it's performance at the core level for ANY creative use case(s).
27
+
28
+ This specific version has calibrations that allow it to exceed the logic solving abilities of the original "L3-Stheno-8B-V1"
29
+ and exceptional levels of detail.
30
+
31
+ The BRAINSTORM process was developed by David_AU.
32
+
33
+ Some of the core principals behind this process are discussed in this <a href="https://arxiv.org/pdf/2401.02415">
34
+ scientific paper : Progressive LLaMA with Block Expansion </a>.
35
+ However I went in a completely different direction from what was outlined in this paper.
36
+
37
+ <B>What is "Brainstorm" ?</b>
38
+
39
+ The reasoning center of an LLM is taken apart, reassembled, and expanded by 5x.
40
+ Then these centers are individually calibrated. These "centers" also interact with each other. This introduces
41
+ subtle changes into the reasoning process. The calibrations further adjust - dial up or down - these "changes" further. The
42
+ number of centers (5x,10x etc) allow more "tuning points" to further customize how the model reasons so to speak.
43
+
44
+ The core aim of this process is to increase the model's detail, concept and connection to the "world", general concept connections, prose quality and prose length without affecting
45
+ instruction following. This will also enhance any creative use case(s) of any kind, including "brainstorming", creative art form(s) and like case uses.
46
+
47
+ Here are some of the enhancements this process brings to the model's performance:
48
+
49
+ - Prose generation seems more focused on the moment to moment.
50
+ - Sometimes there will be "preamble" and/or foreshadowing present.
51
+ - Fewer or no "cliches"
52
+ - Better overall prose and/or more complex / nuanced prose.
53
+ - A greater sense of nuance on all levels.
54
+ - Coherence is stronger.
55
+ - Description is more detailed, and connected closer to the content.
56
+ - Simile and Metaphors are stronger and better connected to the prose, story, and character.
57
+ - Sense of "there" / in the moment is enhanced.
58
+ - Details are more vivid, and there are more of them.
59
+ - Prose generation length can be long to extreme.
60
+ - Emotional engagement is stronger.
61
+ - The model will take FEWER liberties vs a normal model: It will follow directives more closely but will "guess" less.
62
+ - The MORE instructions and/or details you provide the more strongly the model will respond.
63
+ - Depending on the model "voice" may be more "human" vs original model's "voice".
64
+
65
+ Other "lab" observations:
66
+
67
+ - This process does not, in my opinion, make the model 5x or 10x "smarter" - if only that was true!
68
+ - However, a change in "IQ" was not an issue / a priority, and was not tested or calibrated for so to speak.
69
+ - From lab testing it seems to ponder, and consider more carefully roughly speaking.
70
+ - You could say this process sharpens the model's focus on it's task(s) at a deeper level.
71
+
72
+ The process to modify the model occurs at the root level - source files level. The model can quanted as a GGUF, EXL2, AWQ etc etc.
73
+
74
+ Other technologies developed by David_AU like "Ultra" (precision), "Neo Imatrix" (custom imatrix datasets), and "X-quants" (custom application of the imatrix process)
75
+ can further enhance the performance of the model along with the "Brainstorm" process.
76
+
77
+ The "Brainstorm" process has been tested on multiple LLama2, Llama3, and Mistral models of various parameter sizes, as well as on
78
+ "root" models like "Llama3 Instruct", "Mistral Instruct", and "merged" / "fine tuned" models too.
79
+
80
+ <B>Original Model:</B>
81
+
82
+ For original model specifications, usage information and other important details please see (this is based on models used in "L3-SthenoMaidBlackroot-8B-V1" ):
83
+
84
+ [ https://huggingface.co/DavidAU/L3-8B-Stheno-v3.2-Ultra-NEO-V1-IMATRIX-GGUF ]
85
+
86
+ and the original model page:
87
+
88
+ Special thanks to the model creators at Sao10K for making such a fantastic model:
89
+
90
+ [ https://huggingface.co/Sao10K/L3-8B-Stheno-v3.2 ]
91
+
92
+ More to follow...