DavidAU commited on
Commit
a513461
·
verified ·
1 Parent(s): bfd78e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -51,6 +51,8 @@ pipeline_tag: text-generation
51
 
52
  <h2>AI Autocorrect / Auto Creative Enhancement / Auto Low Quant Optimization - gguf - exl2 - hqq - SOFTWARE By DavidAU</h2>
53
 
 
 
54
  <img src="flying.gif" style="float:right; width:300px; height:300px; padding:10px;">
55
 
56
  This engine/system is for ALL GGUF, EXL2, HQQ and other model quants/compressions and full source/full precision models too and can be used
@@ -173,6 +175,8 @@ It has five settings (1-5) besides on/off:
173
  // Uses your temp / top k settings but randomizes them to whatever the max temp / top_k you have set.
174
  // IE if you set temp of 1.5, and top_k of 100 -> System will pick values from .01 to 1.5 for temp, and 5 to 105 for top K.
175
 
 
 
176
  (this aux system is OFF by default)
177
 
178
  AUTO CORRECTION SYSTEM:
@@ -198,6 +202,8 @@ the model to make a more "creative" decision (or at least a better one). More on
198
  // Uses your temp / top k settings but randomizes them to whatever the max temp / top_k you have set.
199
  // IE if you set temp of 1.5, and top_k of 100 -> System will pick values from .01 to 1.5 for temp, and 5 to 105 for top K.
200
 
 
 
201
  (this system is set to "2" by default)
202
 
203
  <B> INSTALL: </B>
 
51
 
52
  <h2>AI Autocorrect / Auto Creative Enhancement / Auto Low Quant Optimization - gguf - exl2 - hqq - SOFTWARE By DavidAU</h2>
53
 
54
+ RELEASE VERSIONS AVAIL: 1.12.12 // 1.12.11 //
55
+
56
  <img src="flying.gif" style="float:right; width:300px; height:300px; padding:10px;">
57
 
58
  This engine/system is for ALL GGUF, EXL2, HQQ and other model quants/compressions and full source/full precision models too and can be used
 
175
  // Uses your temp / top k settings but randomizes them to whatever the max temp / top_k you have set.
176
  // IE if you set temp of 1.5, and top_k of 100 -> System will pick values from .01 to 1.5 for temp, and 5 to 105 for top K.
177
 
178
+ // 6 = Uses defaults DOES NOT SCRAMBLE temp/topk. [added Beta V 1.1] (called "low/low")
179
+
180
  (this aux system is OFF by default)
181
 
182
  AUTO CORRECTION SYSTEM:
 
202
  // Uses your temp / top k settings but randomizes them to whatever the max temp / top_k you have set.
203
  // IE if you set temp of 1.5, and top_k of 100 -> System will pick values from .01 to 1.5 for temp, and 5 to 105 for top K.
204
 
205
+ // 6 = Uses defaults DOES NOT SCRAMBLE temp/topk. [added Beta V 1.1] (called "low/low")
206
+
207
  (this system is set to "2" by default)
208
 
209
  <B> INSTALL: </B>