Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,204 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: TheDrummer/UnslopSmall-22B-v1
|
3 |
+
base_model_relation: finetune
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
license: apache-2.0
|
7 |
+
inference: false
|
8 |
+
tags:
|
9 |
+
- nsfw
|
10 |
+
- explicit
|
11 |
+
- roleplay
|
12 |
+
- unaligned
|
13 |
+
- dangerous
|
14 |
+
- ERP
|
15 |
+
---
|
16 |
+
<style>
|
17 |
+
/* Custom CSS - Neon Teal Edition */
|
18 |
+
body {
|
19 |
+
font-family: 'Quicksand', sans-serif;
|
20 |
+
background: linear-gradient(135deg, #001a1a 0%, #000a10 100%);
|
21 |
+
color: #e1ffff;
|
22 |
+
margin: 0;
|
23 |
+
padding: 20px;
|
24 |
+
}
|
25 |
+
|
26 |
+
.container {
|
27 |
+
max-width: 800px;
|
28 |
+
margin: 0 auto;
|
29 |
+
background: rgba(0, 17, 22, 0.95);
|
30 |
+
border-radius: 12px;
|
31 |
+
padding: 30px;
|
32 |
+
box-shadow: 0 0 20px rgba(0, 255, 255, 0.1);
|
33 |
+
border: 1px solid rgba(0, 255, 255, 0.2);
|
34 |
+
}
|
35 |
+
|
36 |
+
.header {
|
37 |
+
text-align: center;
|
38 |
+
margin-bottom: 30px;
|
39 |
+
}
|
40 |
+
|
41 |
+
.model-name {
|
42 |
+
color: #00ffff;
|
43 |
+
font-size: 2.5em;
|
44 |
+
text-shadow: 0 0 15px rgba(0, 255, 255, 0.5);
|
45 |
+
margin: 0;
|
46 |
+
}
|
47 |
+
|
48 |
+
.subtitle {
|
49 |
+
color: #00ffcc;
|
50 |
+
font-size: 1.2em;
|
51 |
+
}
|
52 |
+
|
53 |
+
.waifu-container {
|
54 |
+
margin: 20px -30px;
|
55 |
+
width: calc(100% + 60px);
|
56 |
+
overflow: hidden;
|
57 |
+
}
|
58 |
+
|
59 |
+
.waifu-img {
|
60 |
+
width: 100%;
|
61 |
+
height: auto;
|
62 |
+
border-radius: 0;
|
63 |
+
border: none;
|
64 |
+
box-shadow: 0 0 40px rgba(0, 255, 255, 0.2);
|
65 |
+
transform: scale(1.02);
|
66 |
+
}
|
67 |
+
|
68 |
+
.section {
|
69 |
+
margin: 25px 0;
|
70 |
+
padding: 20px;
|
71 |
+
background: rgba(5, 25, 35, 0.9);
|
72 |
+
border-radius: 8px;
|
73 |
+
border: 1px solid rgba(0, 255, 255, 0.15);
|
74 |
+
}
|
75 |
+
|
76 |
+
.section-title {
|
77 |
+
color: #00ffff;
|
78 |
+
font-size: 1.8em;
|
79 |
+
margin-top: 0;
|
80 |
+
}
|
81 |
+
|
82 |
+
.badge {
|
83 |
+
display: inline-block;
|
84 |
+
padding: 5px 10px;
|
85 |
+
border-radius: 5px;
|
86 |
+
background: rgba(0, 255, 255, 0.1);
|
87 |
+
border: 1px solid #00ffff;
|
88 |
+
margin: 5px;
|
89 |
+
}
|
90 |
+
|
91 |
+
.quant-links {
|
92 |
+
display: grid;
|
93 |
+
grid-template-columns: repeat(2, 1fr);
|
94 |
+
gap: 15px;
|
95 |
+
}
|
96 |
+
|
97 |
+
.link-card {
|
98 |
+
padding: 15px;
|
99 |
+
background: rgba(20, 35, 45, 0.95);
|
100 |
+
border-radius: 8px;
|
101 |
+
transition: transform 0.3s ease;
|
102 |
+
}
|
103 |
+
|
104 |
+
.link-card:hover {
|
105 |
+
transform: translateY(-3px);
|
106 |
+
}
|
107 |
+
|
108 |
+
.disclaimer {
|
109 |
+
color: #00ff99;
|
110 |
+
border-left: 3px solid #00ff99;
|
111 |
+
padding-left: 15px;
|
112 |
+
margin: 20px 0;
|
113 |
+
}
|
114 |
+
|
115 |
+
.progress-bar {
|
116 |
+
height: 8px;
|
117 |
+
background: rgba(0, 255, 255, 0.1);
|
118 |
+
border-radius: 4px;
|
119 |
+
overflow: hidden;
|
120 |
+
margin: 10px 0;
|
121 |
+
}
|
122 |
+
|
123 |
+
.progress-fill {
|
124 |
+
height: 100%;
|
125 |
+
background: linear-gradient(90deg, #00ffff 0%, #00ffcc 100%);
|
126 |
+
width: 70%;
|
127 |
+
}
|
128 |
+
</style>
|
129 |
+
|
130 |
+
<div class="container">
|
131 |
+
<div class="header">
|
132 |
+
<h1 class="model-name">Forgotten-Safeword-22B-v4.0</h1>
|
133 |
+
<div class="subtitle">The Safeword Protocol: Now With 30% More Depravity</div>
|
134 |
+
</div>
|
135 |
+
|
136 |
+
<div class="waifu-container">
|
137 |
+
<img src="https://i.imgur.com/wYdR5zk.png" class="waifu-img" alt="Protocol Mascot">
|
138 |
+
</div>
|
139 |
+
|
140 |
+
<div class="section">
|
141 |
+
<h2 class="section-title">📜 Manifesto</h2>
|
142 |
+
<p>Forgotten-Safeword-22B-v4.0 isn't just a model - is the event horizon of depravity trained on TheDrummer/UnslopSmall-22B-v11. We've:</p>
|
143 |
+
<ul>
|
144 |
+
<li>🔁 Re-integrated your favorite V1.2 scenarios (now with better kink distribution)</li>
|
145 |
+
<li>🧪 Direct-injected the Safeword dataset into the model's neural pathways</li>
|
146 |
+
<li>⚖️ Achieved perfect balance between "oh my" and "oh <em>my</em>"</li>
|
147 |
+
</ul>
|
148 |
+
</div>
|
149 |
+
|
150 |
+
<div class="section">
|
151 |
+
<h2 class="section-title">⚙️ Technical Specs</h2>
|
152 |
+
<div class="progress-bar">
|
153 |
+
<div class="progress-fill"></div>
|
154 |
+
</div>
|
155 |
+
<p><strong>Recommended Settings:</strong> <a href="https://huggingface.co/sleepdeprived3/Mistral-V3-Tekken-E">Mistral-V3-Tekken-E</a></p>
|
156 |
+
<div class="quant-links">
|
157 |
+
<div class="link-card">
|
158 |
+
<h3>EXL2 Collection</h3>
|
159 |
+
<a href="https://huggingface.co/collections/ReadyArt/forgotten-safeword-22b-v40-exl2-67d940eec4fc45f2473ac779">Quantum Entangled Bits →</a>
|
160 |
+
</div>
|
161 |
+
<div class="link-card">
|
162 |
+
<h3>GGUF Collection</h3>
|
163 |
+
<a href="https://huggingface.co/collections/ReadyArt/forgotten-safeword-22b-v40-gguf-67d940f4827011f09af60822">Giggle-Enabled Units →</a>
|
164 |
+
</div>
|
165 |
+
</div>
|
166 |
+
</div>
|
167 |
+
|
168 |
+
<div class="section">
|
169 |
+
<h2 class="section-title">⚠️ Ethical Considerations</h2>
|
170 |
+
<div class="disclaimer">
|
171 |
+
<p>This model will:</p>
|
172 |
+
<ul>
|
173 |
+
<li>Generate content that requires industrial-grade brain bleach </li>
|
174 |
+
<li>Void all warranties on your soul </li>
|
175 |
+
<li>Make you question why humanity ever invented electricity</li>
|
176 |
+
</ul>
|
177 |
+
</div>
|
178 |
+
</div>
|
179 |
+
|
180 |
+
<div class="section">
|
181 |
+
<h2 class="section-title">📜 License Agreement</h2>
|
182 |
+
<p>By using this model, you agree:</p>
|
183 |
+
<ul>
|
184 |
+
<li>That your search history is now a federal case</li>
|
185 |
+
<li>Pay for the exorcist of anyone who reads the logs</li>
|
186 |
+
<li>To pretend this is "for science" while crying in the shower</li>
|
187 |
+
</ul>
|
188 |
+
</div>
|
189 |
+
|
190 |
+
<div class="section">
|
191 |
+
<h2 class="section-title">🧠 Model Authors</h2>
|
192 |
+
<ul>
|
193 |
+
<li>sleepdeprived3 (Chief Corruption Officer) </li>
|
194 |
+
<li>The voices in your head (Gaslighting is something you made up)</li>
|
195 |
+
</ul>
|
196 |
+
</div>
|
197 |
+
|
198 |
+
<div class="section">
|
199 |
+
<h2 class="section-title">☕️ Drummer made this possible</h2>
|
200 |
+
<ul>
|
201 |
+
<li>Support Drummer <a href="https://ko-fi.com/thedrummer">Kofi</a></li>
|
202 |
+
</ul>
|
203 |
+
</div>
|
204 |
+
</div>
|