DavidAU commited on
Commit
17f7ed8
·
verified ·
1 Parent(s): 11614f1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +49 -0
README.md CHANGED
@@ -100,3 +100,52 @@ Refer to either "Qwen2.5-Coder-32B-Instruct" and/or "OlympicCoder-32B" repos (ab
100
 
101
  ---
102
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
100
 
101
  ---
102
 
103
+ <H2>Help, Adjustments, Samplers, Parameters and More</H2>
104
+
105
+ ---
106
+
107
+ <B>CHANGE THE NUMBER OF ACTIVE EXPERTS:</B>
108
+
109
+ See this document:
110
+
111
+ https://huggingface.co/DavidAU/How-To-Set-and-Manage-MOE-Mix-of-Experts-Model-Activation-of-Experts
112
+
113
+ <B>Settings: CHAT / ROLEPLAY and/or SMOOTHER operation of this model:</B>
114
+
115
+ In "KoboldCpp" or "oobabooga/text-generation-webui" or "Silly Tavern" ;
116
+
117
+ Set the "Smoothing_factor" to 1.5
118
+
119
+ : in KoboldCpp -> Settings->Samplers->Advanced-> "Smooth_F"
120
+
121
+ : in text-generation-webui -> parameters -> lower right.
122
+
123
+ : In Silly Tavern this is called: "Smoothing"
124
+
125
+
126
+ NOTE: For "text-generation-webui"
127
+
128
+ -> if using GGUFs you need to use "llama_HF" (which involves downloading some config files from the SOURCE version of this model)
129
+
130
+ Source versions (and config files) of my models are here:
131
+
132
+ https://huggingface.co/collections/DavidAU/d-au-source-files-for-gguf-exl2-awq-gptq-hqq-etc-etc-66b55cb8ba25f914cbf210be
133
+
134
+ OTHER OPTIONS:
135
+
136
+ - Increase rep pen to 1.1 to 1.15 (you don't need to do this if you use "smoothing_factor")
137
+
138
+ - If the interface/program you are using to run AI MODELS supports "Quadratic Sampling" ("smoothing") just make the adjustment as noted.
139
+
140
+ <B>Highest Quality Settings / Optimal Operation Guide / Parameters and Samplers</B>
141
+
142
+ This a "Class 1" model:
143
+
144
+ For all settings used for this model (including specifics for its "class"), including example generation(s) and for advanced settings guide (which many times addresses any model issue(s)), including methods to improve model performance for all use case(s) as well as chat, roleplay and other use case(s) please see:
145
+
146
+ [ https://huggingface.co/DavidAU/Maximizing-Model-Performance-All-Quants-Types-And-Full-Precision-by-Samplers_Parameters ]
147
+
148
+ You can see all parameters used for generation, in addition to advanced parameters and samplers to get the most out of this model here:
149
+
150
+ [ https://huggingface.co/DavidAU/Maximizing-Model-Performance-All-Quants-Types-And-Full-Precision-by-Samplers_Parameters ]
151
+