DavidAU commited on
Commit
b3a5fe1
·
verified ·
1 Parent(s): 5c2bffe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +78 -1
README.md CHANGED
@@ -58,7 +58,84 @@ Example generations at the bottom of this page.
58
 
59
  This is a Stargate (SG1) fine tune (11% of the model, close to 700 million parameters), 2 epochs on this model (a 4B model + Brainstorm 20x adapter)
60
 
61
- [ more to come ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62
 
63
  ---
64
 
 
58
 
59
  This is a Stargate (SG1) fine tune (11% of the model, close to 700 million parameters), 2 epochs on this model (a 4B model + Brainstorm 20x adapter)
60
 
61
+ This model requires:
62
+ - Jinja (embedded) or CHATML template
63
+ - Max context of 256k.
64
+
65
+ Settings used for testing (suggested):
66
+ - Temp .8 to 2
67
+ - Rep pen 1.05 to 1.1
68
+ - Topp .8 , minp .05
69
+ - Topk 20
70
+ - Min context of 8k for thinking / output.
71
+ - No system prompt.
72
+
73
+ As this is an instruct model, it will also benefit from a detailed system prompt too.
74
+
75
+ ---
76
+
77
+ <B>QUANTS:</b>
78
+
79
+ ---
80
+
81
+ GGUF? GGUF Imatrix? Other?
82
+
83
+ Special thanks to Team Mradermacher, Team Nightmedia and other quanters!
84
+
85
+ See under "model tree", upper right and click on "quantizations".
86
+
87
+ New quants will automatically appear.
88
+
89
+ ---
90
+
91
+ <H2>Help, Adjustments, Samplers, Parameters and More</H2>
92
+
93
+ ---
94
+
95
+ <B>CHANGE THE NUMBER OF ACTIVE EXPERTS:</B>
96
+
97
+ See this document:
98
+
99
+ https://huggingface.co/DavidAU/How-To-Set-and-Manage-MOE-Mix-of-Experts-Model-Activation-of-Experts
100
+
101
+ <B>Settings: CHAT / ROLEPLAY and/or SMOOTHER operation of this model:</B>
102
+
103
+ In "KoboldCpp" or "oobabooga/text-generation-webui" or "Silly Tavern" ;
104
+
105
+ Set the "Smoothing_factor" to 1.5
106
+
107
+ : in KoboldCpp -> Settings->Samplers->Advanced-> "Smooth_F"
108
+
109
+ : in text-generation-webui -> parameters -> lower right.
110
+
111
+ : In Silly Tavern this is called: "Smoothing"
112
+
113
+
114
+ NOTE: For "text-generation-webui"
115
+
116
+ -> if using GGUFs you need to use "llama_HF" (which involves downloading some config files from the SOURCE version of this model)
117
+
118
+ Source versions (and config files) of my models are here:
119
+
120
+ https://huggingface.co/collections/DavidAU/d-au-source-files-for-gguf-exl2-awq-gptq-hqq-etc-etc-66b55cb8ba25f914cbf210be
121
+
122
+ OTHER OPTIONS:
123
+
124
+ - Increase rep pen to 1.1 to 1.15 (you don't need to do this if you use "smoothing_factor")
125
+
126
+ - If the interface/program you are using to run AI MODELS supports "Quadratic Sampling" ("smoothing") just make the adjustment as noted.
127
+
128
+ <B>Highest Quality Settings / Optimal Operation Guide / Parameters and Samplers</B>
129
+
130
+ This a "Class 1" model:
131
+
132
+ 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:
133
+
134
+ [ https://huggingface.co/DavidAU/Maximizing-Model-Performance-All-Quants-Types-And-Full-Precision-by-Samplers_Parameters ]
135
+
136
+ You can see all parameters used for generation, in addition to advanced parameters and samplers to get the most out of this model here:
137
+
138
+ [ https://huggingface.co/DavidAU/Maximizing-Model-Performance-All-Quants-Types-And-Full-Precision-by-Samplers_Parameters ]
139
 
140
  ---
141