sleepdeprived3 commited on
Commit
677e810
·
verified ·
1 Parent(s): da3dbdb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +270 -3
README.md CHANGED
@@ -1,3 +1,270 @@
1
- ---
2
- license: llama3.3
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: ReadyArt/Forgotten-Safeword-70B-3.6
3
+ base_model_relation: quantized
4
+ language:
5
+ - en
6
+ license: llama3.3
7
+ inference: false
8
+ tags:
9
+ - nsfw
10
+ - explicit
11
+ - roleplay
12
+ - unaligned
13
+ - dangerous
14
+ - ERP
15
+ ---
16
+ <style>
17
+ body {
18
+ font-family: 'Quicksand', sans-serif;
19
+ background: linear-gradient(135deg, #001a1a 0%, #000a10 100%);
20
+ color: #e1ffff !important;
21
+ text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
22
+ margin: 0;
23
+ padding: 20px;
24
+ }
25
+
26
+ @media (prefers-color-scheme: light) {
27
+ body {
28
+ background: linear-gradient(135deg, #e1ffff 0%, #c0f0ff 100%);
29
+ color: #002b36 !important;
30
+ text-shadow: 0 0 3px rgba(255, 255, 255, 0.7);
31
+ }
32
+ }
33
+
34
+ .container {
35
+ max-width: 800px;
36
+ margin: 0 auto;
37
+ background: rgba(0, 17, 22, 0.95);
38
+ border-radius: 12px;
39
+ padding: 30px;
40
+ box-shadow: 0 0 20px rgba(0, 255, 255, 0.1);
41
+ border: 1px solid rgba(0, 255, 255, 0.2);
42
+ }
43
+
44
+ @media (prefers-color-scheme: light) {
45
+ .container {
46
+ background: rgba(224, 255, 255, 0.95);
47
+ border-color: rgba(0, 150, 150, 0.3);
48
+ }
49
+ }
50
+
51
+ .header {
52
+ text-align: center;
53
+ margin-bottom: 30px;
54
+ }
55
+
56
+ .model-name {
57
+ color: #00ffff;
58
+ font-size: 2.5em;
59
+ text-shadow: 0 0 15px rgba(0, 255, 255, 0.5);
60
+ margin: 0;
61
+ }
62
+
63
+ .subtitle {
64
+ color: #00ffcc;
65
+ font-size: 1.2em;
66
+ }
67
+
68
+ .waifu-container {
69
+ margin: 20px -30px;
70
+ width: calc(100% + 60px);
71
+ overflow: hidden;
72
+ }
73
+
74
+ .waifu-img {
75
+ width: 100%;
76
+ height: auto;
77
+ border-radius: 0;
78
+ border: none;
79
+ box-shadow: 0 0 40px rgba(0, 255, 255, 0.2);
80
+ transform: scale(1.02);
81
+ }
82
+
83
+ .section {
84
+ color: #00ffcc;
85
+ margin: 25px 0;
86
+ padding: 20px;
87
+ background: rgba(5, 25, 35, 0.9);
88
+ border-radius: 8px;
89
+ border: 1px solid rgba(0, 255, 255, 0.15);
90
+ }
91
+
92
+ @media (prefers-color-scheme: light) {
93
+ .section {
94
+ background: rgba(200, 250, 255, 0.9);
95
+ border-color: rgba(0, 200, 200, 0.2);
96
+ }
97
+ }
98
+
99
+ .section-title {
100
+ color: #00ffff;
101
+ font-size: 1.8em;
102
+ margin-top: 0;
103
+ }
104
+
105
+ .section > p > strong {
106
+ color: #00ffcc !important;
107
+ }
108
+
109
+ .section:has(.quant-links) p,
110
+ .section:has(.quant-links) h3,
111
+ .section:has(.quant-links) a {
112
+ color: #00ffcc !important;
113
+ }
114
+
115
+ .quant-links h3 {
116
+ color: #00ffcc !important;
117
+ margin-top: 0;
118
+ }
119
+
120
+ .badge {
121
+ display: inline-block;
122
+ padding: 5px 10px;
123
+ border-radius: 5px;
124
+ background: rgba(0, 255, 255, 0.1);
125
+ border: 1px solid #00ffff;
126
+ margin: 5px;
127
+ }
128
+
129
+ .quant-links {
130
+ display: grid;
131
+ grid-template-columns: repeat(2, 1fr);
132
+ gap: 15px;
133
+ }
134
+
135
+ .link-card {
136
+ padding: 15px;
137
+ background: rgba(20, 35, 45, 0.95);
138
+ border-radius: 8px;
139
+ transition: transform 0.3s ease;
140
+ }
141
+
142
+ @media (prefers-color-scheme: light) {
143
+ .link-card {
144
+ background: rgba(150, 230, 255, 0.95);
145
+ }
146
+ }
147
+
148
+ .link-card:hover {
149
+ transform: translateY(-3px);
150
+ }
151
+
152
+ .disclaimer {
153
+ color: #00ff99;
154
+ border-left: 3px solid #00ff99;
155
+ padding-left: 15px;
156
+ margin: 20px 0;
157
+ }
158
+
159
+ .progress-bar {
160
+ height: 8px;
161
+ background: rgba(0, 255, 255, 0.1);
162
+ border-radius: 4px;
163
+ overflow: hidden;
164
+ margin: 10px 0;
165
+ }
166
+
167
+ .progress-fill {
168
+ height: 100%;
169
+ background: linear-gradient(90deg, #00ffff 0%, #00ffcc 100%);
170
+ width: 70%;
171
+ }
172
+
173
+ @media (prefers-color-scheme: light) {
174
+ .model-name, .section-title, .subtitle {
175
+ color: #006666;
176
+ text-shadow: 0 0 5px rgba(0, 200, 200, 0.3);
177
+ }
178
+
179
+ .section:has(.quant-links) p,
180
+ .section:has(.quant-links) h3,
181
+ .section:has(.quant-links) a,
182
+ .section > p > strong {
183
+ color: #008080 !important;
184
+ }
185
+
186
+ .quant-links h3 {
187
+ color: #008080 !important;
188
+ }
189
+
190
+ .badge {
191
+ border-color: #008080;
192
+ background: rgba(0, 150, 150, 0.1);
193
+ }
194
+
195
+ .disclaimer {
196
+ color: #008080;
197
+ border-color: #008080;
198
+ }
199
+ }
200
+ </style>
201
+
202
+ <div class="container">
203
+ <div class="header">
204
+ <h1 class="model-name">Forgotten-Safeword-70B-3.6</h1>
205
+ <div class="subtitle">The Safeword Protocol: Now With 30% More Depravity</div>
206
+ </div>
207
+
208
+ <div class="waifu-container">
209
+ <img src="./waifu2.webp" class="waifu-img" alt="Model Architecture Animation">
210
+ </div>
211
+
212
+ <div class="section">
213
+ <h2 class="section-title">📜 Manifesto</h2>
214
+ <p>ReadyArt/Forgotten-Safeword-70B-3.6 isn't just a model - is the event horizon of depravity. We've applied the Safeword dataset directly to meta-llama/Llama-3.3-70B-Instruct.</p>
215
+ </div>
216
+
217
+ <div class="section">
218
+ <h2 class="section-title">⚙️ Technical Specs</h2>
219
+ <div class="progress-bar">
220
+ <div class="progress-fill"></div>
221
+ </div>
222
+ <div class="quant-links">
223
+ <div class="link-card">
224
+ <h3>EXL2 Collection</h3>
225
+ <a href="https://huggingface.co/collections/ReadyArt/forgotten-safeword-70b-36-exl2-67d52d2b0345344691d62dac">Quantum Entangled Bits →</a>
226
+ </div>
227
+ <div class="link-card">
228
+ <h3>GGUF Collection</h3>
229
+ <a href="https://huggingface.co/collections/ReadyArt/forgotten-safeword-70b-36-gguf-67d52d338f0af9c031c622c1">Giggle-Enabled Units →</a>
230
+ </div>
231
+ </div>
232
+ </div>
233
+
234
+ <div class="section">
235
+ <h2 class="section-title">⚠️ Ethical Considerations</h2>
236
+ <div class="disclaimer">
237
+ <p>This model will:</p>
238
+ <ul>
239
+ <li>Generate content that requires industrial-grade brain bleach </li>
240
+ <li>Void all warranties on your soul </li>
241
+ <li>Make you question why humanity ever invented electricity</li>
242
+ </ul>
243
+ </div>
244
+ </div>
245
+
246
+ <div class="section">
247
+ <h2 class="section-title">📜 License Agreement</h2>
248
+ <p>By using this model, you agree:</p>
249
+ <ul>
250
+ <li>That your search history is now a federal case</li>
251
+ <li>Pay for the exorcist of anyone who reads the logs</li>
252
+ <li>To pretend this is "for science" while crying in the shower</li>
253
+ </ul>
254
+ </div>
255
+
256
+ <div class="section">
257
+ <h2 class="section-title">🧠 Model Authors</h2>
258
+ <ul>
259
+ <li>sleepdeprived3 (Chief Corruption Officer) </li>
260
+ <li>The voices in your head (Gaslighting is something you made up)</li>
261
+ </ul>
262
+ </div>
263
+
264
+ <div class="section">
265
+ <h2 class="section-title">☕️ Drummer made this possible</h2>
266
+ <ul>
267
+ <li>Support Drummer <a href="https://ko-fi.com/thedrummer">Kofi</a></li>
268
+ </ul>
269
+ </div>
270
+ </div>