DavidAU commited on
Commit
f1ddf08
1 Parent(s): b135554

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -86,6 +86,19 @@ scientific paper : Progressive LLaMA with Block Expansion </a>.
86
 
87
  However I went in a completely different direction from what was outlined in this paper.
88
 
 
 
 
 
 
 
 
 
 
 
 
 
 
89
  What is "Brainstorm" ?
90
 
91
  The reasoning center of an LLM is taken apart, reassembled, and expanded.
 
86
 
87
  However I went in a completely different direction from what was outlined in this paper.
88
 
89
+ I developed a process where the conclusion layer of a model is duplicated and calibrated, in the case of this model 40 times.
90
+
91
+ This is a delicate process, with umm... a lot of rules.
92
+
93
+ For this model in particular Brainstorm is mapped as blocks, with "intended disruption" to alter
94
+ and extend the power of the root model. Each layer/block interacts with each other block.
95
+
96
+ (there is more going on here too, this is rough summary)
97
+
98
+ The goal here is creative : prose uniqueness first and foremost.
99
+
100
+ Other brainstorm methods address logic/problem solving augmentation.
101
+
102
  What is "Brainstorm" ?
103
 
104
  The reasoning center of an LLM is taken apart, reassembled, and expanded.