zerofata commited on
Commit
593fadb
·
verified ·
1 Parent(s): 81e6c87

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +325 -0
README.md ADDED
@@ -0,0 +1,325 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - zerofata/L3.3-GeneticLemonade-Unleashed-70B
4
+ library_name: transformers
5
+ license: llama3
6
+ ---
7
+ <!DOCTYPE html>
8
+ <style>
9
+ /* Base styling for cyberpunk theme */
10
+ body {font-family: sans-serif; background-color: #080c14; color: #e1e9f0; line-height: 1.6; margin: 0; padding: 0;}
11
+
12
+ /* Remove flicker keyframes */
13
+
14
+ /* Remove Basic Background animation test */
15
+
16
+ /* Animation classes */
17
+ /* Remove flicker-text rules */
18
+
19
+ /* New static style for LEMONADE */
20
+ .lemonade-text {
21
+ color: #33ff99;
22
+ position: relative; /* Keep relative positioning */
23
+ z-index: 2;
24
+ margin-left: 0.2em;
25
+ text-shadow: 0 0 10px #33ff99; /* Add static glow */
26
+ }
27
+
28
+ /* Section styling */
29
+ .section-container {background-color: rgba(8, 12, 20, 0.7); margin-bottom: 30px; position: relative; overflow: hidden; border-bottom: 1px solid #33ff99;}
30
+ .section-header {display: flex; align-items: center; background-color: rgba(0, 195, 255, 0.1); padding: 10px 20px;}
31
+ .section-indicator {width: 8px; height: 20px; background-color: #33ff99; margin-right: 15px;}
32
+ .section-title {font-family: 'Orbitron', sans-serif; color: #e1e9f0; font-size: 1.3rem; margin: 0; letter-spacing: 2px; text-transform: uppercase; font-weight: 500;}
33
+ .section-content {padding: 20px; font-family: sans-serif; color: #e1e9f0; line-height: 1.6;}
34
+
35
+ /* Title styling */
36
+ .title-container {
37
+ background-color: #080c14;
38
+ position: relative;
39
+ overflow: hidden;
40
+ margin-bottom: 40px;
41
+ border-left: 3px solid #33ff99;
42
+ }
43
+
44
+ /* Remove basic background animation test rule */
45
+
46
+ .title-wrapper {
47
+ position: relative;
48
+ z-index: 2;
49
+ padding: 25px 20px 30px 30px;
50
+ font-family: 'Orbitron', sans-serif;
51
+ }
52
+
53
+ .title-main {
54
+ color: #e1e9f0;
55
+ font-size: 2.5rem; /* Reduced font size */
56
+ font-weight: 700;
57
+ margin: 0;
58
+ letter-spacing: 2px;
59
+ display: inline-block;
60
+ position: relative;
61
+ text-transform: uppercase;
62
+ }
63
+
64
+ .title-prefix {
65
+ position: relative;
66
+ z-index: 2;
67
+ }
68
+
69
+ .title-subtitle {
70
+ padding-left: 15px;
71
+ margin-top: 5px;
72
+ margin-left: 5px;
73
+ }
74
+
75
+ .subtitle-text {
76
+ color: #00c3ff;
77
+ font-size: 1.2rem; /* Reduced font size */
78
+ font-family: 'Orbitron', sans-serif;
79
+ font-weight: 300;
80
+ letter-spacing: 3px;
81
+ text-transform: uppercase;
82
+ display: inline-block;
83
+ }
84
+
85
+ .glitchy-overlay {
86
+ position: absolute;
87
+ top: 0;
88
+ left: 0;
89
+ width: 100%;
90
+ height: 100%;
91
+ background-image: repeating-linear-gradient(0deg, rgba(0,0,0,0) 0, rgba(0,0,0,0.1) 1px, rgba(0,0,0,0) 2px);
92
+ z-index: 1;
93
+ }
94
+
95
+ /* Data box styling */
96
+ .data-box {background-color: rgba(0, 0, 0, 0.2); padding: 15px; border-left: 2px solid #33ff99; margin-bottom: 20px;}
97
+ .data-row {display: flex; margin-bottom: 8px;}
98
+ .data-arrow {color: #33ff99; width: 20px; display: inline-block;}
99
+ .data-label {color: #00c3ff; width: 80px; display: inline-block;}
100
+
101
+ /* Subheading styling */
102
+ .subheading {color: #00c3ff; font-size: 1.1rem; margin-top: 20px; margin-bottom: 15px; font-weight: 400; border-bottom: 1px dashed rgba(0, 195, 255, 0.3); display: inline-block; text-transform: uppercase; letter-spacing: 1px; font-family: 'Orbitron', sans-serif;}
103
+
104
+ /* Links */
105
+ a {color: #00c3ff; text-decoration: none;}
106
+ a:hover {text-decoration: underline;}
107
+
108
+ /* Container */
109
+ .container {max-width: 1200px; margin: 0 auto; padding: 40px 20px;}
110
+
111
+ /* Cyberpunk grid background */
112
+ .cyber-grid-bg {position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: #05071b; background-image: linear-gradient(rgba(0, 194, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 194, 255, 0.03) 1px, transparent 1px); background-size: 20px 20px; z-index: -1;}
113
+ </style>
114
+ <html lang="en">
115
+ <head>
116
+ <meta charset="UTF-8">
117
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
118
+ <title>GENETIC LEMONADE UNLEASHED v2.1</title>
119
+ <link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700&family=JetBrains+Mono:wght@100;300;400;700&display=swap" rel="stylesheet">
120
+ </head>
121
+ <body>
122
+ <div class="cyber-grid-bg"></div>
123
+
124
+ <div class="container">
125
+ <div class="title-container">
126
+ <!-- Glitchy overlay -->
127
+ <div class="glitchy-overlay"></div>
128
+ <!-- Main title -->
129
+ <div class="title-wrapper">
130
+ <h1 class="title-main">
131
+ <span class="title-prefix">GENETIC</span>
132
+ <span class="lemonade-text">LEMONADE</span> <!-- Static text with glow -->
133
+ </h1>
134
+ <div class="title-subtitle">
135
+ <span class="subtitle-text">UNLEASHED v2.1</span>
136
+ </div>
137
+ </div>
138
+ </div>
139
+
140
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/65b19c6c638328850e12d38c/0GTX4-erpPflLOkfH5sU5.png)
141
+
142
+ <div class="section-container">
143
+ <div class="section-header">
144
+ <div class="section-indicator"></div>
145
+ <h2 class="section-title">01 // OVERVIEW</h2>
146
+ </div>
147
+ <div class="section-content">
148
+ <p>An experimental release.</p>
149
+ <p><a href="https://huggingface.co/zerofata/L3.3-GeneticLemonade-Unleashed-70B">zerofata/GeneticLemonade-Unleashed</a> qlora trained on a test dataset. Performance is improved from the original in my testing, but there are possibly (likely?) areas where the model will underperform which I am looking for feedback on.</p>
150
+ <p>This is a creative model intended to excel at character driven RP / ERP. It has not been tested or trained on adventure stories or any large amounts of creative writing.</p>
151
+ </div>
152
+ </div>
153
+
154
+ <div class="section-container">
155
+ <div class="section-header">
156
+ <div class="section-indicator"></div>
157
+ <h2 class="section-title">02 // SILLYTAVERN SETTINGS</h2>
158
+ </div>
159
+ <div class="section-content">
160
+ <p>Play with these, they are not the 'best' settings just a stable baseline.</p>
161
+ <h3 class="subheading">Recommended Samplers</h3>
162
+ <div class="data-box">
163
+ <div class="data-row">
164
+ <span class="data-arrow">></span>
165
+ <span class="data-label">Temp:</span>
166
+ <span>0.9 - 1.0</span>
167
+ </div>
168
+ <div class="data-row">
169
+ <span class="data-arrow">></span>
170
+ <span class="data-label">MinP:</span>
171
+ <span>0.03 - 0.04</span>
172
+ </div>
173
+ <div class="data-row">
174
+ <span class="data-arrow">></span>
175
+ <span class="data-label">Dry:</span>
176
+ <span>0.8, 1.75, 4</span>
177
+ </div>
178
+ </div>
179
+ <h3 class="subheading">Instruct</h3>
180
+ <div class="data-box">
181
+ <p style="margin: 0;">Llama-3-Instruct-Names but you will need to uncheck "System same as user".</p>
182
+ </div>
183
+ </div>
184
+ </div>
185
+
186
+ <div class="section-container">
187
+ <div class="section-header">
188
+ <div class="section-indicator"></div>
189
+ <h2 class="section-title">03 // QUANTIZATIONS</h2>
190
+ </div>
191
+ <div class="section-content">
192
+ <div style="margin-bottom: 20px;">
193
+ <h3 class="subheading">GGUF</h3>
194
+ <div style="margin-left: 20px;">
195
+ <span style="color: #33ff99; display: inline-block; margin-right: 10px;">> </span><a href="">iMatrix</a><br>
196
+ </div>
197
+ </div>
198
+ <div>
199
+ <h3 class="subheading">EXL2</h3>
200
+ <div style="margin-left: 20px;">
201
+ <span style="color: #33ff99; display: inline-block; margin-right: 10px;">> </span><a href="">4bpw</a><br>
202
+ <span style="color: #33ff99; display: inline-block; margin-right: 10px;">> </span><a href="">4.5bpw</a><br>
203
+ <span style="color: #33ff99; display: inline-block; margin-right: 10px;">> </span><a href="">6bpw</a>
204
+ </div>
205
+ </div>
206
+ </div>
207
+ </div>
208
+
209
+ <div class="section-container">
210
+ <div class="section-header">
211
+ <div class="section-indicator"></div>
212
+ <h2 class="section-title">04 // TRAINING PROCESS</h2>
213
+ </div>
214
+ <div class="section-content">
215
+ <p>The model first went through SFT with a small synthetic dataset of 2.9 million tokens, approximately 750 conversations. Primarily RP data with small amounts of random instruct / assistant data and creative writing.</p>
216
+
217
+ <p>The model then went through DPO training using approx 1100 chosen examples from the SFT dataset that were of exceptional quality or showed verifiable instruction following. Rejected samples were generated using another Llama 3.3 finetune that is known for poor instruction following.</p>
218
+
219
+ <h3 class="subheading">SFT 1*H200</h3>
220
+ <div class="data-box">
221
+ <pre style="overflow-x: auto; color: #e1e9f0; margin: 0;">base_model: zerofata/L3.3-GeneticLemonade-Unleashed-70B
222
+ model_type: AutoModelForCausalLM
223
+ tokenizer_type: AutoTokenizer
224
+ special_tokens:
225
+ pad_token: "<|finetune_right_pad_id|>"
226
+ chat_template: llama3
227
+
228
+ datasets:
229
+ - path: ./dataset.jsonl
230
+ type: chat_template
231
+ split: train
232
+ chat_template_strategy: tokenizer
233
+ field_messages: messages
234
+ message_property_mappings:
235
+ role: role
236
+ content: content
237
+ roles:
238
+ user: ["user"]
239
+ assistant: ["assistant"]
240
+ system: ["system"]
241
+
242
+ train_on_inputs: false
243
+ adapter: qlora
244
+ load_in_4bit: true
245
+ lora_r: 64
246
+ lora_alpha: 128
247
+ lora_dropout: 0.1
248
+ lora_target_linear: true
249
+
250
+ num_epochs: 2
251
+ micro_batch_size: 4
252
+ gradient_accumulation_steps: 2
253
+ learning_rate: 1.5e-5
254
+ optimizer: paged_adamw_8bit
255
+ lr_scheduler: rex
256
+ warmup_ratio: 0.05
257
+ weight_decay: 0.01
258
+ max_grad_norm: 1.0
259
+
260
+ sequence_len: 8192
261
+ sample_packing: true
262
+ pad_to_sequence_len: true
263
+
264
+ bf16: auto
265
+ flash_attention: true
266
+ gradient_checkpointing: true</pre>
267
+ </div>
268
+
269
+ <h3 class="subheading">DPO 2*H200</h3>
270
+ <div class="data-box">
271
+ <pre style="overflow-x: auto; color: #e1e9f0; margin: 0;">base_model: ApocalypseParty/unleashed-fulldata30
272
+ model_type: AutoModelForCausalLM
273
+ tokenizer_type: AutoTokenizer
274
+ special_tokens: {}
275
+ chat_template: tokenizer_default
276
+
277
+ rl: dpo
278
+ rl_beta: 0.07
279
+
280
+ datasets:
281
+ - path: ./dpo_cleaned-v3_deduplicated.jsonl
282
+ type: chat_template.default
283
+ field_messages: conversation
284
+ field_chosen: chosen
285
+ field_rejected: rejected
286
+ message_property_mappings:
287
+ role: role
288
+ content: content
289
+ roles:
290
+ system: ["system"]
291
+ user: ["user"]
292
+ assistant: ["assistant"]
293
+
294
+ train_on_inputs: false
295
+ adapter: qlora
296
+ load_in_4bit: true
297
+ lora_r: 32
298
+ lora_alpha: 64
299
+ lora_dropout: 0.05
300
+ lora_target_linear: true
301
+
302
+ num_epochs: 1
303
+ micro_batch_size: 4
304
+ gradient_accumulation_steps: 2
305
+ learning_rate: 2e-6
306
+ optimizer: adamw_8bit
307
+ lr_scheduler: cosine
308
+ warmup_steps: 5
309
+ weight_decay: 0.01
310
+ max_grad_norm: 1.0
311
+
312
+ sequence_len: 4096
313
+ pad_to_sequence_len: true
314
+
315
+ bf16: auto
316
+ tf32: false
317
+ flash_attention: true
318
+ gradient_checkpointing: offload
319
+ deepspeed: deepspeed_configs/zero1.json</pre>
320
+ </div>
321
+ </div>
322
+ </div>
323
+ </div>
324
+ </body>
325
+ </html>