DavidAU commited on
Commit
ea55123
1 Parent(s): 001cff5

Update README.md

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