parameters guide
samplers guide
model generation
role play settings
quant selection
arm quants
iq quants vs q quants
optimal model setting
gibberish fixes
coherence
instructing following
quality generation
chat settings
quality settings
llamacpp server
llamacpp
lmstudio
sillytavern
koboldcpp
backyard
ollama
model generation steering
steering
model generation fixes
text generation webui
ggufs
exl2
full precision
quants
imatrix
neo imatrix
Update README.md
Browse files
README.md
CHANGED
@@ -96,6 +96,8 @@ These parameters/settings are considered both safe and default and in most cases
|
|
96 |
|
97 |
<B>SOURCE FILES for my Models:</B>
|
98 |
|
|
|
|
|
99 |
Source files / Source models of my models are located here (also upper right menu on this page):
|
100 |
|
101 |
[ https://huggingface.co/collections/DavidAU/d-au-source-files-for-gguf-exl2-awq-gptq-hqq-etc-etc-66b55cb8ba25f914cbf210be ]
|
@@ -147,6 +149,8 @@ https://github.com/ggerganov/llama.cpp
|
|
147 |
|
148 |
DETAILED NOTES ON PARAMETERS, SAMPLERS and ADVANCED SAMPLERS:
|
149 |
|
|
|
|
|
150 |
For additional details on these samplers settings (including advanced ones) you may also want to check out:
|
151 |
|
152 |
https://github.com/oobabooga/text-generation-webui/wiki/03-%E2%80%90-Parameters-Tab
|
@@ -173,6 +177,8 @@ Benchmarking-and-Guiding-Adaptive-Sampling-Decoding https://github.com/ZhouYuxua
|
|
173 |
|
174 |
CRITICAL NOTES:
|
175 |
|
|
|
|
|
176 |
Some of the models at my repo are custom designed / limited use case models. For some of these models, specific settings and/or samplers (including advanced) are recommended for best operation.
|
177 |
|
178 |
As a result I have classified the models as class 1, class 2, class 3 and class 4.
|
@@ -214,6 +220,8 @@ There are no "Class 5" models published... yet.
|
|
214 |
|
215 |
QUANTS:
|
216 |
|
|
|
|
|
217 |
Please note that smaller quant(s) IE: Q2K, IQ1s, IQ2s and some IQ3s (especially those of models size 8B parameters or less) may require additional adjustment(s). For these quants
|
218 |
you may need to increase the "penalty" sampler(s) and/or advanced sampler(s) to compensate for the compression damage of the model.
|
219 |
|
@@ -235,6 +243,8 @@ IE: Instead of using a q4KM, you might be able to run an IQ3_M and get close to
|
|
235 |
|
236 |
HOW TO TEST EACH PARAMETER(s), SAMPLER(s) and ADVANCED SAMPLER(s)
|
237 |
|
|
|
|
|
238 |
1 - Set temp to 0 (zero) and set your basic parameters, and use a prompt to get a "default" generation. A creative prompt will work better here.
|
239 |
|
240 |
2 - If you want to test basic parameter changes, test ONE at a time, then compare output (answer quality, word choice, sentence size/construction, general output qualities) to your "default" generation.
|
|
|
96 |
|
97 |
<B>SOURCE FILES for my Models:</B>
|
98 |
|
99 |
+
---
|
100 |
+
|
101 |
Source files / Source models of my models are located here (also upper right menu on this page):
|
102 |
|
103 |
[ https://huggingface.co/collections/DavidAU/d-au-source-files-for-gguf-exl2-awq-gptq-hqq-etc-etc-66b55cb8ba25f914cbf210be ]
|
|
|
149 |
|
150 |
DETAILED NOTES ON PARAMETERS, SAMPLERS and ADVANCED SAMPLERS:
|
151 |
|
152 |
+
---
|
153 |
+
|
154 |
For additional details on these samplers settings (including advanced ones) you may also want to check out:
|
155 |
|
156 |
https://github.com/oobabooga/text-generation-webui/wiki/03-%E2%80%90-Parameters-Tab
|
|
|
177 |
|
178 |
CRITICAL NOTES:
|
179 |
|
180 |
+
---
|
181 |
+
|
182 |
Some of the models at my repo are custom designed / limited use case models. For some of these models, specific settings and/or samplers (including advanced) are recommended for best operation.
|
183 |
|
184 |
As a result I have classified the models as class 1, class 2, class 3 and class 4.
|
|
|
220 |
|
221 |
QUANTS:
|
222 |
|
223 |
+
---
|
224 |
+
|
225 |
Please note that smaller quant(s) IE: Q2K, IQ1s, IQ2s and some IQ3s (especially those of models size 8B parameters or less) may require additional adjustment(s). For these quants
|
226 |
you may need to increase the "penalty" sampler(s) and/or advanced sampler(s) to compensate for the compression damage of the model.
|
227 |
|
|
|
243 |
|
244 |
HOW TO TEST EACH PARAMETER(s), SAMPLER(s) and ADVANCED SAMPLER(s)
|
245 |
|
246 |
+
---
|
247 |
+
|
248 |
1 - Set temp to 0 (zero) and set your basic parameters, and use a prompt to get a "default" generation. A creative prompt will work better here.
|
249 |
|
250 |
2 - If you want to test basic parameter changes, test ONE at a time, then compare output (answer quality, word choice, sentence size/construction, general output qualities) to your "default" generation.
|