DavidAU commited on
Commit
d1d5487
·
verified ·
1 Parent(s): 9355096

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -142,24 +142,30 @@ Generally "repeat penalty" setting of "1.1" works well.
142
 
143
  Role Play / Multi-turn: Rep_pen of 1.15 or higher is recommended.
144
 
145
- ROLEPLAY USAGE / SMOOTHER Operation of this Model:
146
 
147
  In "KoboldCpp" or "oobabooga/text-generation-webui" or "Silly Tavern" ;
148
 
149
  Set the "Smoothing_factor" to 1.5 to 2.5
 
150
  : in KoboldCpp -> Settings->Samplers->Advanced-> "Smooth_F"
 
151
  : in text-generation-webui -> parameters -> lower right.
 
152
  : In Silly Tavern this is called: "Smoothing"
153
 
 
154
  NOTE: For "text-generation-webui"
 
155
  -> if using GGUFs you need to use "llama_HF" (which involves downloading some config files from the SOURCE version of this model)
156
 
157
  Source versions (and config files) of my models are here:
 
158
  https://huggingface.co/collections/DavidAU/d-au-source-files-for-gguf-exl2-awq-gptq-hqq-etc-etc-66b55cb8ba25f914cbf210be
159
 
160
  OTHER OPTIONS:
161
 
162
- - Increase rep pen to 1.1 to 1.15 (you don't need to do this if you use "smoothing_factor".
163
 
164
  - If the interface/program you are using to run AI MODELS supports "Quadratic Sampling" ("smoothing") just make the adjustment as noted.
165
 
 
142
 
143
  Role Play / Multi-turn: Rep_pen of 1.15 or higher is recommended.
144
 
145
+ <B>Settings: CHAT / ROLEPLAY and/or SMOOTHER operation of this model:</B>
146
 
147
  In "KoboldCpp" or "oobabooga/text-generation-webui" or "Silly Tavern" ;
148
 
149
  Set the "Smoothing_factor" to 1.5 to 2.5
150
+
151
  : in KoboldCpp -> Settings->Samplers->Advanced-> "Smooth_F"
152
+
153
  : in text-generation-webui -> parameters -> lower right.
154
+
155
  : In Silly Tavern this is called: "Smoothing"
156
 
157
+
158
  NOTE: For "text-generation-webui"
159
+
160
  -> if using GGUFs you need to use "llama_HF" (which involves downloading some config files from the SOURCE version of this model)
161
 
162
  Source versions (and config files) of my models are here:
163
+
164
  https://huggingface.co/collections/DavidAU/d-au-source-files-for-gguf-exl2-awq-gptq-hqq-etc-etc-66b55cb8ba25f914cbf210be
165
 
166
  OTHER OPTIONS:
167
 
168
+ - Increase rep pen to 1.1 to 1.15 (you don't need to do this if you use "smoothing_factor")
169
 
170
  - If the interface/program you are using to run AI MODELS supports "Quadratic Sampling" ("smoothing") just make the adjustment as noted.
171