DavidAU commited on
Commit
187bead
1 Parent(s): f82c11f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md CHANGED
@@ -189,6 +189,33 @@ Here is the standard LLAMA3 template:
189
 
190
  It is also known, that the "Command-R" template will work too, and will result in radically different prose/output.
191
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
192
  <B>Settings / Known Issue(s) and Fix(es):</b>
193
 
194
  Stable version fixed all known issues from V1.
 
189
 
190
  It is also known, that the "Command-R" template will work too, and will result in radically different prose/output.
191
 
192
+ <B>Settings: CHAT / ROLEPLAY and/or SMOOTHER operation of this model:</B>
193
+
194
+ In "KoboldCpp" or "oobabooga/text-generation-webui" or "Silly Tavern" ;
195
+
196
+ Set the "Smoothing_factor" to 1.5 to 2.5
197
+
198
+ : in KoboldCpp -> Settings->Samplers->Advanced-> "Smooth_F"
199
+
200
+ : in text-generation-webui -> parameters -> lower right.
201
+
202
+ : In Silly Tavern this is called: "Smoothing"
203
+
204
+
205
+ NOTE: For "text-generation-webui"
206
+
207
+ -> if using GGUFs you need to use "llama_HF" (which involves downloading some config files from the SOURCE version of this model)
208
+
209
+ Source versions (and config files) of my models are here:
210
+
211
+ https://huggingface.co/collections/DavidAU/d-au-source-files-for-gguf-exl2-awq-gptq-hqq-etc-etc-66b55cb8ba25f914cbf210be
212
+
213
+ OTHER OPTIONS:
214
+
215
+ - Increase rep pen to 1.1 to 1.15 (you don't need to do this if you use "smoothing_factor")
216
+
217
+ - If the interface/program you are using to run AI MODELS supports "Quadratic Sampling" ("smoothing") just make the adjustment as noted.
218
+
219
  <B>Settings / Known Issue(s) and Fix(es):</b>
220
 
221
  Stable version fixed all known issues from V1.