DavidAU commited on
Commit
f30e50e
·
verified ·
1 Parent(s): 5bc699c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md CHANGED
@@ -157,6 +157,33 @@ Here is the standard LLAMA3 template:
157
 
158
  It is also known, that the "Command-R" template will work too, and will result in radically different prose/output.
159
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
160
  <B>Settings / Known Issue(s) and Fix(es):</b>
161
 
162
  Stable version fixed all known issues from V1.
 
157
 
158
  It is also known, that the "Command-R" template will work too, and will result in radically different prose/output.
159
 
160
+ <B>Settings: CHAT / ROLEPLAY and/or SMOOTHER operation of this model:</B>
161
+
162
+ In "KoboldCpp" or "oobabooga/text-generation-webui" or "Silly Tavern" ;
163
+
164
+ Set the "Smoothing_factor" to 1.5 to 2.5
165
+
166
+ : in KoboldCpp -> Settings->Samplers->Advanced-> "Smooth_F"
167
+
168
+ : in text-generation-webui -> parameters -> lower right.
169
+
170
+ : In Silly Tavern this is called: "Smoothing"
171
+
172
+
173
+ NOTE: For "text-generation-webui"
174
+
175
+ -> if using GGUFs you need to use "llama_HF" (which involves downloading some config files from the SOURCE version of this model)
176
+
177
+ Source versions (and config files) of my models are here:
178
+
179
+ https://huggingface.co/collections/DavidAU/d-au-source-files-for-gguf-exl2-awq-gptq-hqq-etc-etc-66b55cb8ba25f914cbf210be
180
+
181
+ OTHER OPTIONS:
182
+
183
+ - Increase rep pen to 1.1 to 1.15 (you don't need to do this if you use "smoothing_factor")
184
+
185
+ - If the interface/program you are using to run AI MODELS supports "Quadratic Sampling" ("smoothing") just make the adjustment as noted.
186
+
187
  <B>Settings / Known Issue(s) and Fix(es):</b>
188
 
189
  Stable version fixed all known issues from V1.