Vortex5 commited on
Commit
6ea2d77
·
verified ·
1 Parent(s): b79f198

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -25
README.md CHANGED
@@ -27,7 +27,7 @@ tags:
27
  <p>
28
  <strong class="text-accent">Maroon-Sunset-12B</strong> was created by merging
29
  <a href="https://huggingface.co/ReadyArt/Omega-Darker_The-Final-Directive-12B" class="text-link">Omega-Darker_The-Final-Directive-12B</a>, and
30
- <a href="https://huggingface.co/Vortex5/Vermilion-Night-12B" class="text-link">Vermilion-Night-12B</a>, using the NuSLERP merge method.
31
  </p>
32
  <details class="card-details">
33
  <summary><span>Merge configuration</span></summary>
@@ -83,19 +83,11 @@ tokenizer:
83
  .card-container{
84
  --bg0: #120a0a;
85
  --bg1: #1a0f10;
86
- --panel: rgba(255,255,255,.06);
87
- --panel-strong: rgba(255,255,255,.09);
88
- --stroke: rgba(255,255,255,.12);
89
- --stroke-soft: rgba(255,255,255,.08);
90
 
91
- --text: rgba(255,244,236,.92);
92
- --text-soft: rgba(255,230,214,.78);
93
- --text-muted: rgba(255,230,214,.64);
94
-
95
- --ember: #ff6a3d;
96
- --coral: #ff3d6a;
97
- --gold: #ffcf6d;
98
- --peach: #ffd0b5;
99
 
100
  max-width: 1120px;
101
  margin: 56px auto;
@@ -103,19 +95,19 @@ tokenizer:
103
  border-radius: 24px;
104
 
105
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, "Inter", Arial, sans-serif;
106
- color: var(--text);
107
 
108
  background:
109
- radial-gradient(1200px 520px at 12% 8%, rgba(255, 207, 109, 0.18), transparent 52%),
110
- radial-gradient(980px 520px at 88% 14%, rgba(255, 61, 106, 0.18), transparent 50%),
111
- radial-gradient(800px 520px at 50% 110%, rgba(255, 106, 61, 0.16), transparent 55%),
112
  linear-gradient(180deg, var(--bg1), var(--bg0));
113
 
114
- border: 1px solid var(--stroke);
115
 
116
  box-shadow:
117
  0 30px 80px rgba(0,0,0,.70),
118
- 0 0 0 1px rgba(255, 207, 109, 0.06) inset;
119
 
120
  display: flex;
121
  flex-direction: column;
@@ -201,8 +193,8 @@ tokenizer:
201
  padding: 28px 26px 30px;
202
 
203
  background:
204
- radial-gradient(900px 240px at 18% 0%, rgba(255, 207, 109, 0.10), transparent 55%),
205
- radial-gradient(900px 260px at 88% 12%, rgba(255, 61, 106, 0.10), transparent 55%),
206
  rgba(255,255,255,.04);
207
 
208
  border: 1px solid var(--stroke-soft);
@@ -214,7 +206,7 @@ tokenizer:
214
  position: absolute;
215
  inset: 14px 14px;
216
  border-radius: 14px;
217
- border: 1px solid rgba(255,255,255,.06);
218
  pointer-events: none;
219
  }
220
 
@@ -353,14 +345,14 @@ tokenizer:
353
  border-radius: 14px;
354
 
355
  background:
356
- radial-gradient(600px 170px at 30% 0%, rgba(255, 207, 109, 0.12), transparent 55%),
357
  rgba(0,0,0,.22);
358
 
359
- border: 1px solid rgba(255,255,255,.12);
360
 
361
  box-shadow:
362
  0 16px 44px rgba(0,0,0,.45),
363
- 0 0 0 1px rgba(255, 106, 61, 0.04) inset;
364
  }
365
 
366
  .tag-icon{
 
27
  <p>
28
  <strong class="text-accent">Maroon-Sunset-12B</strong> was created by merging
29
  <a href="https://huggingface.co/ReadyArt/Omega-Darker_The-Final-Directive-12B" class="text-link">Omega-Darker_The-Final-Directive-12B</a>, and
30
+ <a href="https://huggingface.co/Vortex5/Vermilion-Night-12B" class="text-link">Vermilion-Night-12B</a>, using the NuSLERP method.
31
  </p>
32
  <details class="card-details">
33
  <summary><span>Merge configuration</span></summary>
 
83
  .card-container{
84
  --bg0: #120a0a;
85
  --bg1: #1a0f10;
 
 
 
 
86
 
87
+ --panel: rgba(240,240,255,0.05);
88
+ --panel-strong: rgba(240,240,255,0.08);
89
+ --stroke: rgba(240,240,255,0.14);
90
+ --stroke-soft: rgba(240,240,255,0.10);
 
 
 
 
91
 
92
  max-width: 1120px;
93
  margin: 56px auto;
 
95
  border-radius: 24px;
96
 
97
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, "Inter", Arial, sans-serif;
98
+ color: rgba(255,244,236,0.92);
99
 
100
  background:
101
+ radial-gradient(1200px 520px at 12% 8%, rgba(202, 66, 92, 0.20), transparent 55%),
102
+ radial-gradient(980px 520px at 88% 14%, rgba(166, 28, 59, 0.22), transparent 55%),
103
+ radial-gradient(800px 520px at 50% 110%, rgba(140, 18, 46, 0.24), transparent 60%),
104
  linear-gradient(180deg, var(--bg1), var(--bg0));
105
 
106
+ border: 1px solid rgba(255,255,255,0.12);
107
 
108
  box-shadow:
109
  0 30px 80px rgba(0,0,0,.70),
110
+ 0 0 0 1px rgba(166, 28, 59, 0.10) inset;
111
 
112
  display: flex;
113
  flex-direction: column;
 
193
  padding: 28px 26px 30px;
194
 
195
  background:
196
+ radial-gradient(900px 240px at 18% 0%, rgba(202, 66, 92, 0.12), transparent 55%),
197
+ radial-gradient(900px 260px at 88% 12%, rgba(166, 28, 59, 0.12), transparent 55%),
198
  rgba(255,255,255,.04);
199
 
200
  border: 1px solid var(--stroke-soft);
 
206
  position: absolute;
207
  inset: 14px 14px;
208
  border-radius: 14px;
209
+ border: 1px solid rgba(240,240,255,0.06);
210
  pointer-events: none;
211
  }
212
 
 
345
  border-radius: 14px;
346
 
347
  background:
348
+ radial-gradient(600px 170px at 30% 0%, rgba(202, 66, 92, 0.12), transparent 55%),
349
  rgba(0,0,0,.22);
350
 
351
+ border: 1px solid rgba(240,240,255,0.12);
352
 
353
  box-shadow:
354
  0 16px 44px rgba(0,0,0,.45),
355
+ 0 0 0 1px rgba(166, 28, 59, 0.06) inset;
356
  }
357
 
358
  .tag-icon{