FrenzyBiscuit commited on
Commit
48a0c17
·
verified ·
1 Parent(s): 8775b54

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -249
README.md CHANGED
@@ -1,249 +1 @@
1
- ---
2
- title: Ready.Art
3
- emoji: 🌖
4
- colorFrom: purple
5
- colorTo: yellow
6
- sdk: static
7
- pinned: true
8
- ---
9
- <style>
10
- strong {
11
- color: #FF1493 !important;
12
- }
13
-
14
- body {
15
- font-family: 'Quicksand', sans-serif;
16
- background: linear-gradient(135deg, #000d2a 0%, #1d1d3b 100%);
17
- color: #00FFFF !important; /* Bright cyan */
18
- text-shadow: 0 0 3px rgba(173, 216, 230, 0.7);
19
- margin: 0;
20
- padding: 20px;
21
- transition: all 0.5s ease;
22
- }
23
-
24
- .container {
25
- min-width: 100%;
26
- margin: 0 auto;
27
- max-width: 1200px;
28
- background: rgba(21, 21, 47, 0.95);
29
- border-radius: 12px;
30
- padding: 30px;
31
- box-shadow: 0 0 20px rgba(138, 43, 226, 0.1);
32
- border: 1px solid rgba(138, 43, 226, 0.2);
33
- position: relative;
34
- overflow: hidden;
35
- }
36
-
37
- .model-name {
38
- color: #00FFFF; /* Bright cyan */
39
- font-size: 2.5em;
40
- text-shadow: 0 0 15px rgba(138, 43, 226, 0.5);
41
- margin: 0;
42
- letter-spacing: -1px;
43
- animation: textGlow 4s ease-in-out infinite alternate;
44
- }
45
-
46
- .subtitle {
47
- color: #00FFFF; /* Bright cyan */
48
- font-size: 1.2em;
49
- margin-top: 10px;
50
- animation: subtitleFade 6s ease-in-out infinite;
51
- }
52
-
53
- .section {
54
- color: #00FFFF; /* Bright cyan */
55
- margin: 25px 0;
56
- padding: 20px;
57
- background: rgba(26, 26, 50, 0.9);
58
- border-radius: 8px;
59
- border: 1px solid rgba(138, 43, 226, 0.15);
60
- position: relative;
61
- transition: all 0.3s ease;
62
- }
63
-
64
- .section p,
65
- .section ul li,
66
- .section > p > strong {
67
- color: #00FFFF !important; /* Bright cyan */
68
- }
69
-
70
- .section-title {
71
- color: #00FFFF; /* Bright cyan */
72
- font-size: 1.8em;
73
- margin-top: 0;
74
- text-shadow: 0 0 5px rgba(138, 43, 226, 0.3);
75
- position: relative;
76
- display: inline-block;
77
- }
78
-
79
- .link-card h3 {
80
- margin-top: 0;
81
- color: #00FFFF !important; /* Bright cyan */
82
- }
83
-
84
- .link-button {
85
- color: #00FFFF !important; /* Bright cyan */
86
- background: rgba(138, 43, 226, 0.1);
87
- padding: 8px 15px;
88
- border-radius: 6px;
89
- text-decoration: none;
90
- border: 1px solid rgba(138, 43, 226, 0.3);
91
- margin: 5px 0;
92
- transition: all 0.3s ease;
93
- font-size: 0.95em;
94
- position: relative;
95
- overflow: hidden;
96
- }
97
-
98
- .link-button:hover {
99
- background: rgba(75, 0, 130, 0.2);
100
- border-color: rgba(75, 0, 130, 0.5);
101
- transform: translateY(-2px);
102
- box-shadow: 0 4px 12px rgba(138, 43, 226, 0.2);
103
- }
104
-
105
- .disclaimer {
106
- color: #00FFFF; /* Bright cyan */
107
- border-left: 3px solid #00FFFF; /* Bright cyan */
108
- padding-left: 15px;
109
- margin: 20px 0;
110
- position: relative;
111
- }
112
-
113
- .badge {
114
- color: #00FFFF !important; /* Bright cyan */
115
- background: rgba(138, 43, 226, 0.1);
116
- border: 1px solid #00FFFF; /* Bright cyan */
117
- margin: 5px;
118
- font-size: 0.9em;
119
- animation: badgePulse 3s ease-in-out infinite;
120
- }
121
-
122
- @media (prefers-color-scheme: light) {
123
- body, .container, .model-name, .subtitle, .section-title, .section, .section p,
124
- .section ul li, .section > p > strong, .link-card h3, .link-button, .disclaimer {
125
- color: #00FFFF !important; /* Bright cyan */
126
- }
127
-
128
- .badge {
129
- color: #00FFFF !important; /* Bright cyan */
130
- }
131
- }
132
-
133
- .model-name, .section-title, .subtitle {
134
- color: #4b0082;
135
- text-shadow: 0 0 5px rgba(75, 0, 130, 0.3);
136
- }
137
-
138
- .section {
139
- background: rgba(255, 255, 255, 0.9);
140
- border-color: rgba(75, 0, 130, 0.2);
141
- color: #4b0082;
142
- }
143
-
144
- .section p,
145
- .section ul li,
146
- .section > p > strong {
147
- color: #4b0082 !important;
148
- }
149
-
150
- .link-card {
151
- background: rgba(255, 255, 255, 0.95);
152
- border-color: rgba(75, 0, 130, 0.2);
153
- }
154
-
155
- .link-card h3 {
156
- color: #4b0082 !important;
157
- }
158
-
159
- .link-button {
160
- background: rgba(75, 0, 130, 0.1);
161
- color: #4b0082 !important;
162
- border-color: rgba(75, 0, 130, 0.3);
163
- }
164
-
165
- .link-button:hover {
166
- background: rgba(75, 0, 130, 0.2);
167
- border-color: rgba(75, 0, 130, 0.5);
168
- }
169
-
170
- .disclaimer {
171
- color: #4b0082;
172
- border-color: #4b0082;
173
- }
174
-
175
- .badge {
176
- border-color: #4b0082;
177
- background: rgba(75, 0, 130, 0.1);
178
- }
179
- }
180
- </style>
181
-
182
- <div class="container">
183
- <div class="header">
184
- <h1 class="model-name">Ready.Art</h1>
185
- <p class="subtitle">Specializing in uncensored LLM fine-tuning & quantization</p>
186
- </div>
187
-
188
- <div class="waifu-container">
189
- <img src="./ready.png" class="waifu-img" alt="Ready.Art Community">
190
- </div>
191
-
192
- <div class="section">
193
- <h2 class="section-title">🌟 Featured Model</h2>
194
- <p><a href="https://huggingface.co/ReadyArt/The-Omega-Directive-M-24B-Unslop-v2.0" class="link-button">The-Omega-Directive-M-24B-Unslop-v2.0</a></p>
195
- <ul>
196
- <li>🧠 Optimized for extreme roleplay scenarios</li>
197
- <li>⚡ Unfiltered narrative generation</li>
198
- </ul>
199
- </div>
200
-
201
- <div class="section">
202
- <h2 class="section-title">🔢 Quantization Services</h2>
203
- <p>We provide optimized quants for all our models:</p>
204
- <div class="quant-links">
205
- <a href="https://huggingface.co/docs/hub/en/gguf" class="link-card" target="_blank">
206
- <h3>GGUF</h3>
207
- <p>CPU-focused inference</p>
208
- </a>
209
- <a href="https://github.com/turboderp-org/exllamav2" class="link-card" target="_blank">
210
- <h3>EXL2</h3>
211
- <p>High-speed GPU inference</p>
212
- </a>
213
- <a href="https://github.com/turboderp-org/exllamav3" class="link-card" target="_blank">
214
- <h3>EXL3</h3>
215
- <p>Next-gen GPU optimization</p>
216
- </a>
217
- </div>
218
- </div>
219
-
220
- <div class="section">
221
- <h2 class="section-title">⚙️ Recommended Settings</h2>
222
- <p>For 24B models:</p>
223
- <a href="https://huggingface.co/ReadyArt/Mistral-V7-Tekken-T8-XML" class="link-button">
224
- Mistral-V7-Tekken-T8-XML Preset
225
- </a>
226
- <p style="margin-top: 15px;">For 12B models:</p>
227
- <a href="https://huggingface.co/ReadyArt/Mistral-V3-Tekken-T8-XML" class="link-button">
228
- Mistral-V3-Tekken-T8-XML Preset
229
- </a>
230
- </div>
231
-
232
- <div class="section">
233
- <h2 class="section-title">🧑‍🔬 POC for help</h2>
234
- <ul>
235
- <li>FrenzyBiscuit (Project Lead)</li>
236
- <li>ToastyPigeon (Quantization)</li>
237
- <li>Sleep Deprived (Fine-Tuning)</li>
238
- </ul>
239
- <p>Need help? Join our <a href="https://discord.gg/SppPu776Js" class="link-button">Discord</a> for support!</p>
240
- </div>
241
-
242
- <div class="section">
243
- <h2 class="section-title">☕ Support Creators</h2>
244
- <div class="button-group">
245
- <a href="https://ko-fi.com/readyartsleep" class="link-button">Ko-fi</a>
246
- <a href="https://discord.gg/SppPu776Js" class="link-button">BeaverAI Discord</a>
247
- </div>
248
- </div>
249
- </div>
 
1
+ edit