DavidAU commited on
Commit
3454674
1 Parent(s): 5132f1e

Create README.md

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