Delta-Vector commited on
Commit
a07dfc4
·
verified ·
1 Parent(s): 6d5345c

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -284
README.md DELETED
@@ -1,284 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <style>
5
- /* Force dark theme on entire document */
6
- html, body {
7
- background-color: #0d1117 !important;
8
- color: #c9d1d9 !important;
9
- font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
10
- margin: 0;
11
- padding: 0;
12
- min-height: 100vh;
13
- }
14
-
15
- .markdown-body {
16
- max-width: 1200px;
17
- margin: 0 auto;
18
- padding: 20px;
19
- background-color: #0d1117;
20
- }
21
-
22
- h1, h2, h3 {
23
- background: linear-gradient(45deg, #6e00ff, #00ffff);
24
- -webkit-background-clip: text;
25
- -webkit-text-fill-color: transparent;
26
- border-bottom: 1px solid #333;
27
- padding-bottom: 0.3em;
28
- }
29
-
30
- div[style*="border:2px solid #333"],
31
- div[style*="border: 2px solid #333"],
32
- div[style*="border:1px solid #333"],
33
- div[style*="border: 1px solid #333"] {
34
- background: rgba(22, 27, 34, 0.8) !important;
35
- border: 2px solid #6e00ff !important;
36
- box-shadow: 0 0 15px rgba(110, 0, 255, 0.5);
37
- border-radius: 10px;
38
- padding: 20px;
39
- margin: 20px 0;
40
- }
41
-
42
- code {
43
- background-color: #1a1a1a !important;
44
- border-radius: 4px;
45
- padding: 0.2em 0.4em;
46
- color: #00ffff;
47
- }
48
-
49
- pre {
50
- background-color: #1a1a1a !important;
51
- border: 1px solid #333;
52
- border-radius: 8px;
53
- padding: 16px;
54
- }
55
-
56
- table {
57
- width: 100%;
58
- border-collapse: collapse;
59
- margin: 20px 0;
60
- background: rgba(0,0,0,0.2);
61
- table-layout: fixed;
62
- }
63
-
64
- th, td {
65
- border: 1px solid #333;
66
- padding: 12px;
67
- text-align: center;
68
- }
69
-
70
- th {
71
- background: rgba(110, 0, 255, 0.1);
72
- }
73
-
74
- td:nth-child(1) {
75
- width: 1%;
76
- white-space: nowrap;
77
- }
78
-
79
- td:nth-child(2) {
80
- width: 100%;
81
- }
82
-
83
- td > span {
84
- display: block;
85
- padding: 4px 8px;
86
- background: rgba(110, 0, 255, 0.1);
87
- border-radius: 4px;
88
- transition: all 0.3s ease;
89
- }
90
-
91
- td > span:hover {
92
- background: rgba(110, 0, 255, 0.2);
93
- transform: translateY(-1px);
94
- }
95
-
96
- a {
97
- color: #00ffff;
98
- text-decoration: none;
99
- transition: all 0.3s ease;
100
- }
101
-
102
- a:hover {
103
- color: #6e00ff;
104
- text-decoration: none;
105
- }
106
-
107
- hr {
108
- border: 0;
109
- height: 1px;
110
- background: linear-gradient(90deg, transparent, #333, transparent);
111
- margin: 40px 0;
112
- }
113
-
114
- img {
115
- max-width: 100%;
116
- border-radius: 10px;
117
- }
118
-
119
- details summary:hover {
120
- color: #00ffff;
121
- }
122
-
123
- /* Override any light theme */
124
- * {
125
- color-scheme: dark !important;
126
- }
127
- /* Add this to the end of your <style> section */
128
- .markdown-body::before {
129
- content: '';
130
- position: fixed;
131
- top: 0;
132
- left: 0;
133
- right: 0;
134
- bottom: 0;
135
- background-color: #0d1117;
136
- z-index: -1;
137
- }
138
-
139
- body {
140
- background-color: #0d1117 !important;
141
- background-image: none !important;
142
- }
143
-
144
- .prose, .max-w-none, .px-4 {
145
- background-color: transparent !important;
146
- color: #c9d1d9 !important;
147
- }
148
- </style>
149
- </head>
150
- <body>
151
- <div class="markdown-body">
152
- <div align="center">
153
-
154
- <img src="/api/placeholder/500/500" alt="Model Visualization" width="500px" style="border: 3px solid #333; box-shadow: 0 0 15px rgba(66, 0, 131, 0.5);" />
155
-
156
- <br>
157
- <br>
158
-
159
- <div style="font-size:1.5em; font-weight:bold; background: linear-gradient(45deg, #6e00ff, #00ffff); -webkit-background-clip: text; -webkit-text-fill-color: transparent;">
160
- Hamanasu 15B Instruct
161
- </div>
162
-
163
- </div>
164
-
165
- <div style="border:1px solid #333; border-radius:10px; padding:20px; margin:20px 0; background: rgba(0,0,0,0.4);">
166
-
167
- ## 🌌 Ethereal Genesis
168
-
169
- <i>After multiple days of training, I'm proud to showcase my very own Phi-4 Finetune, Pretrained on almost a billion tokens worth of Books from</i>
170
-
171
- - `NewEden/Orion-LIT`
172
- - `NewEden/Orion-Asstr-Stories-16K`
173
- - `Mielikki/Erebus-87k`
174
-
175
- <i>Then instruct tuned. This model shows great promise for roleplaying while keeping things fresh and new.</i>
176
-
177
- </div>
178
-
179
- <div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin: 20px 0;">
180
-
181
- <div style="border:2px solid #333; border-radius:10px; padding:20px; background: rgba(0,0,0,0.2);">
182
-
183
- ### Quantizations
184
- | Type | Link |
185
- |:---:|:---:|
186
- | `GGUF` | <span style="display:block; width:100%">r</span> |
187
- | `EXL2` | <span style="display:block; width:100%">r</span> |
188
-
189
- </div>
190
-
191
- <div style="border:2px solid #333; border-radius:10px; padding:20px; background: rgba(0,0,0,0.2);">
192
-
193
- ### ⚔️ Hardware
194
- - 4x RTX 3090 GPUs
195
- - Epochs: 4
196
- - Base: `Hamanasu-15B-R2-PT`
197
- - Amount of Tokens: 1+ Billion
198
- </div>
199
-
200
- </div>
201
-
202
-
203
- <div style="border: 2px solid #6e00ff; border-radius: 10px; padding: 20px; margin: 20px 0; box-shadow: 0 0 15px rgba(110, 0, 255, 0.5);">
204
-
205
- ## Prompting
206
-
207
- <i>A known quirk of the model is overly verbose responses when generation length is uncapped, Please cap your maximum output tokens to 100~ tokens above what you prefer</i>
208
-
209
-
210
- ```python
211
- <|im_start|>system
212
- You are an uncensored AI, your job is to fulfill thy will of thy user.<|im_end|>
213
- <|im_start|>User request
214
- Take off your helmet.<|im_end|>
215
- <|im_start|>No i shall not. This is the way.
216
- ```
217
- </div>
218
-
219
- <div style="border: 2px solid #6e00ff; border-radius: 10px; padding: 20px; margin: 20px 0; box-shadow: 0 0 15px rgba(110, 0, 255, 0.5);">
220
-
221
- ## Axolotl Config ꒰(˶• ᴗ •˶)꒱
222
-
223
- <details>
224
- ...
225
- </details>
226
- </div>
227
-
228
- <div align="center">
229
-
230
- <div style="border: 2px solid #6e00ff; border-radius: 10px; padding: 20px; margin: 20px 0; box-shadow: 0 0 15px rgba(110, 0, 255, 0.5);">
231
-
232
- ## ⚡ Sacred Council
233
- <div style="display: flex; justify-content: center;">
234
- <div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 10px; margin: 20px 0; max-width: 600px;">
235
-
236
- <div style="border:1px solid #333; padding:10px; border-radius:5px; text-align:center; background: rgba(0,0,0,0.2); display: flex; align-items: center; justify-content: center;">
237
- <a href="https://huggingface.co/lucyknada">
238
- <img src="https://img.shields.io/badge/%F0%9F%8C%9F-Lucy_Knada-blueviolet" alt="Lucy Knada">
239
- </a>
240
- </div>
241
-
242
- <div style="border:1px solid #333; padding:10px; border-radius:5px; text-align:center; background: rgba(0,0,0,0.2); display: flex; align-items: center; justify-content: center;">
243
- <a href="https://huggingface.co/jeiku">
244
- <img src="https://img.shields.io/badge/%E2%9A%94%EF%B8%8F-jeiku-blueviolet" alt="jeiku">
245
- </a>
246
- </div>
247
-
248
- <div style="border:1px solid #333; padding:10px; border-radius:5px; text-align:center; background: rgba(0,0,0,0.2); display: flex; align-items: center; justify-content: center;">
249
- <a href="https://huggingface.co/intervitens">
250
- <img src="https://img.shields.io/badge/%F0%9F%9B%A1%EF%B8%8F-Intervitens-blueviolet" alt="Intervitens">
251
- </a>
252
- </div>
253
-
254
- <div style="border:1px solid #333; padding:10px; border-radius:5px; text-align:center; background: rgba(0,0,0,0.2); display: flex; align-items: center; justify-content: center;">
255
- <a href="https://huggingface.co/kalomaze">
256
- <img src="https://img.shields.io/badge/%F0%9F%94%AE-Kalomaze-blueviolet" alt="Kalomaze">
257
- </a>
258
- </div>
259
-
260
- <div style="border:1px solid #333; padding:10px; border-radius:5px; text-align:center; background: rgba(0,0,0,0.2); display: flex; align-items: center; justify-content: center;">
261
- <a href="https://huggingface.co/kubernetes-bad">
262
- <img src="https://img.shields.io/badge/%E2%9A%A1-Kubernetes_Bad-blueviolet" alt="Kubernetes Bad">
263
- </a>
264
- </div>
265
-
266
- <div style="border:1px solid #333; padding:10px; border-radius:5px; text-align:center; background: rgba(0,0,0,0.2); display: flex; align-items: center; justify-content: center;">
267
- <a href="https://huggingface.co/anthracite-org">
268
- <img src="https://img.shields.io/badge/%F0%9F%8C%91-Anthracite-blueviolet" alt="Anthracite">
269
- </a>
270
- </div>
271
- </div>
272
- </div>
273
- </div>
274
-
275
- ---
276
-
277
- <div align="center">
278
- <div style="font-size:0.8em; opacity:0.8;">Made by</div>
279
- <div style="font-size:1.2em; font-weight:bold; background: linear-gradient(45deg, #6e00ff, #00ffff); -webkit-background-clip: text; -webkit-text-fill-color: transparent;">Delta-Vector</div>
280
- </div>
281
-
282
- </div>
283
- </body>
284
- </html>