Vortex5 commited on
Commit
26ad888
ยท
verified ยท
1 Parent(s): 3299e82

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +172 -16
README.md CHANGED
@@ -8,30 +8,155 @@ library_name: transformers
8
  tags:
9
  - mergekit
10
  - merge
11
-
12
  ---
13
- # merge
14
-
15
- This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
 
17
- ## Merge Details
18
- ### Merge Method
 
 
 
 
 
 
 
 
 
 
19
 
20
- This model was merged using the [SCE](https://arxiv.org/abs/2408.07990) merge method using [Vortex5/Lunar-Abyss-12B](https://huggingface.co/Vortex5/Lunar-Abyss-12B) as a base.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
 
22
- ### Models Merged
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
 
24
- The following models were included in the merge:
25
- * [nothingiisreal/MN-12B-Celeste-V1.9](https://huggingface.co/nothingiisreal/MN-12B-Celeste-V1.9)
26
- * [redrix/AngelSlayer-12B-Unslop-Mell-RPMax-DARKNESS-v3](https://huggingface.co/redrix/AngelSlayer-12B-Unslop-Mell-RPMax-DARKNESS-v3)
27
- * [Vortex5/Midnight-Ocean-12B](https://huggingface.co/Vortex5/Midnight-Ocean-12B)
 
 
 
 
 
 
 
 
 
 
 
28
 
29
- ### Configuration
 
 
 
 
 
 
 
 
 
 
30
 
31
- The following YAML configuration was used to produce this model:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
 
33
- ```yaml
 
 
 
 
 
 
 
34
 
 
 
 
 
 
 
35
  models:
36
  - model: redrix/AngelSlayer-12B-Unslop-Mell-RPMax-DARKNESS-v3
37
  parameters:
@@ -60,5 +185,36 @@ merge_method: sce
60
  base_model: Vortex5/Lunar-Abyss-12B
61
  tokenizer:
62
  source: Vortex5/Lunar-Abyss-12B
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
63
 
64
- ```
 
 
 
 
 
 
 
 
 
 
 
8
  tags:
9
  - mergekit
10
  - merge
11
+ - roleplay
12
  ---
13
+ <div align="center" style="
14
+ background: radial-gradient(circle at top left, #0a0012 0%, #040007 90%);
15
+ border: 2px solid rgba(140, 80, 255, 0.5);
16
+ border-radius: 18px;
17
+ box-shadow:
18
+ 0 0 35px rgba(130, 60, 230, 0.35),
19
+ inset 0 0 35px rgba(100, 50, 200, 0.25),
20
+ 0 0 0 3px rgba(90, 40, 170, 0.25),
21
+ inset 0 0 0 3px rgba(180, 150, 255, 0.1);
22
+ padding: 70px 80px;
23
+ margin: 40px auto;
24
+ max-width: 1400px;
25
+ color: #e8d9ff;
26
+ font-family: 'JetBrains Mono', monospace;
27
+ position: relative;
28
+ overflow: hidden;
29
+ ">
30
 
31
+ <!-- Subtle Ambient Glow -->
32
+ <div style="
33
+ position:absolute;
34
+ bottom:-20px;
35
+ left:50%;
36
+ transform:translateX(-50%);
37
+ width:95%;
38
+ height:60px;
39
+ background: radial-gradient(ellipse at center, rgba(120,70,200,0.45) 0%, transparent 80%);
40
+ filter: blur(28px);
41
+ z-index:0;
42
+ "></div>
43
 
44
+ <!-- Decorative Hearts -->
45
+ <div style="
46
+ position:absolute;
47
+ top:20px;
48
+ left:25px;
49
+ font-size:1.6rem;
50
+ opacity:0.25;
51
+ ">๐Ÿ’œ</div>
52
+ <div style="
53
+ position:absolute;
54
+ bottom:20px;
55
+ right:30px;
56
+ font-size:1.6rem;
57
+ opacity:0.25;
58
+ transform:scaleX(-1);
59
+ ">๐Ÿ’œ</div>
60
 
61
+ <!-- Title -->
62
+ <h1 style="
63
+ color:#c79eff;
64
+ font-family:'Cinzel Decorative',serif;
65
+ font-size:3.3rem;
66
+ letter-spacing:3px;
67
+ text-transform:uppercase;
68
+ text-shadow:
69
+ 0 0 20px rgba(180,100,255,0.6),
70
+ 0 0 40px rgba(120,60,200,0.4);
71
+ margin-bottom:12px;
72
+ position:relative;
73
+ z-index:1;
74
+ transition: all 0.3s ease;
75
+ cursor: default;
76
+ ">
77
+ Violet Mist โ€” 12B
78
+ </h1>
79
 
80
+ <!-- Quote -->
81
+ <p style="
82
+ color:#bca8ff;
83
+ font-family:'Cinzel',serif;
84
+ font-size:1.3rem;
85
+ font-style:italic;
86
+ text-shadow:0 0 10px rgba(160,100,255,0.4);
87
+ margin-bottom:45px;
88
+ position:relative;
89
+ z-index:1;
90
+ transition: all 0.3s ease;
91
+ cursor: default;
92
+ ">
93
+ โ€œIn the great violet mist, your desire may take form โ€” if your soul dares to seek it.โ€
94
+ </p>
95
 
96
+ <!-- Image -->
97
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/6669a3a617b838fda45637b8/XhgSxrD3emfbCx_6ccQ49.png"
98
+ style="border-radius:12px;
99
+ max-width:92%;
100
+ box-shadow:
101
+ 0 0 30px rgba(140,80,255,0.4),
102
+ 0 0 55px rgba(100,40,180,0.25),
103
+ inset 0 0 10px rgba(160,120,255,0.15);
104
+ margin-bottom:50px;
105
+ position:relative;
106
+ z-index:1;"/>
107
 
108
+ <!-- Overview -->
109
+ <h3 style="color:#c79eff;font-family:'Cinzel',serif;letter-spacing:1px;text-align:left;margin-bottom:12px;">๐ŸŒซ๏ธ Overview</h3>
110
+ <div style="
111
+ background-color:rgba(10,0,20,0.88);
112
+ border-left:4px solid #8b5adf;
113
+ padding:25px 30px;
114
+ border-radius:8px;
115
+ color:#e8d9ff;
116
+ font-size:1.05rem;
117
+ line-height:1.7;
118
+ position:relative;
119
+ z-index:1;
120
+ transition: all 0.3s ease;
121
+ ">
122
+ <b>Violet-Mist-12B</b> was forged through the
123
+ <b><a href="https://arxiv.org/abs/2408.07990" style="color:#c79eff;">SCE</a></b> merge method using
124
+ <a href="https://github.com/arcee-ai/mergekit" style="color:#c79eff;">MergeKit</a>.<br><br>
125
+ Within its core, whispers of many models intertwine โ€” threads of shadow, light, and oceanic calm โ€”
126
+ each one leaving an imprint upon the mist:
127
+ <details style="
128
+ margin-top:10px;
129
+ background:rgba(30,0,60,0.5);
130
+ border-left:4px solid #8b5adf;
131
+ border-radius:8px;
132
+ padding:15px 25px;
133
+ transition:all 0.4s ease;
134
+ cursor:pointer;
135
+ ">
136
+ <summary style="
137
+ color:#c79eff;
138
+ font-family:'Cinzel',serif;
139
+ font-size:1.05rem;
140
+ font-weight:600;
141
+ letter-spacing:1px;
142
+ transition:all 0.3s ease;
143
+ ">Models Used in Merge</summary>
144
 
145
+ <ul style="margin-top:10px;list-style-type:disc;padding-left:30px;line-height:1.8;">
146
+ <li><a href="https://huggingface.co/redrix/AngelSlayer-12B-Unslop-Mell-RPMax-DARKNESS-v3" style="color:#bca8ff;">redrix/AngelSlayer-12B-Unslop-Mell-RPMax-DARKNESS-v3</a></li>
147
+ <li><a href="https://huggingface.co/nothingiisreal/MN-12B-Celeste-V1.9" style="color:#bca8ff;">nothingiisreal/MN-12B-Celeste-V1.9</a></li>
148
+ <li><a href="https://huggingface.co/Vortex5/Midnight-Ocean-12B" style="color:#bca8ff;">Vortex5/Midnight-Ocean-12B</a></li>
149
+ <li>Base: <a href="https://huggingface.co/Vortex5/Lunar-Abyss-12B" style="color:#bca8ff;">Vortex5/Lunar-Abyss-12B</a></li>
150
+ </ul>
151
+ </details>
152
+ </div>
153
 
154
+ <!-- Merge Config -->
155
+ <h3 style="color:#c79eff;font-family:'Cinzel',serif;letter-spacing:1px;text-align:left;margin-top:50px;margin-bottom:12px;">๐Ÿชถ Merge Configuration</h3>
156
+ <details style="text-align:left;">
157
+ <summary style="color:#c79eff;font-family:'Cinzel',serif;font-weight:600;cursor:pointer;">Show Full Configuration</summary>
158
+ <pre style="background-color:rgba(10,0,20,0.88);color:#e8d9ff;padding:20px 30px;border-left:4px solid #8b5adf;border-radius:8px;overflow-x:auto;">
159
+ <code>
160
  models:
161
  - model: redrix/AngelSlayer-12B-Unslop-Mell-RPMax-DARKNESS-v3
162
  parameters:
 
185
  base_model: Vortex5/Lunar-Abyss-12B
186
  tokenizer:
187
  source: Vortex5/Lunar-Abyss-12B
188
+ </code></pre>
189
+ </details>
190
+
191
+ <!-- Intended Use -->
192
+ <h3 style="color:#c79eff;font-family:'Cinzel',serif;letter-spacing:1px;text-align:left;margin-top:50px;margin-bottom:12px;">๐Ÿ”ฎ Intended Use</h3>
193
+ <div style="background-color:rgba(10,0,20,0.88);border-left:4px solid #8b5adf;padding:25px 30px;border-radius:8px;">
194
+ ๐Ÿ–‹๏ธ Roleplay creation โ€ข ๐ŸŒŒ Mystical dialogue โ€ข ๐Ÿ’ซ Dreamlike storytelling โ€” where darkness whispers, and desire breathes.
195
+ </div>
196
+
197
+ <!-- Divider -->
198
+ <div style="height:2px;width:100%;background:linear-gradient(90deg,transparent,rgba(160,100,255,0.8),transparent);margin:60px 0;"></div>
199
+
200
+ <!-- Acknowledgements -->
201
+ <h3 style="color:#c79eff;font-family:'Cinzel',serif;letter-spacing:1px;text-align:left;margin-bottom:12px;">โœจ Acknowledgements</h3>
202
+ <div style="background-color:rgba(10,0,20,0.88);border-left:4px solid #8b5adf;padding:25px 30px;border-radius:8px;color:#e0ccff;text-align:left;">
203
+ <ul style="list-style:none;padding-left:10px;margin:0;">
204
+ <li><b>mradermacher</b> โ€” Static & iMatrix quants</li>
205
+ <li><b>DeathGodlike</b> โ€” EXL3 quants</li>
206
+ <li><b>Original model authors and contributors whose work made this model possible.</b></li>
207
+ </ul>
208
+ </div>
209
 
210
+ <!-- Hover Glow + Collapsible Glow -->
211
+ <style>
212
+ a:hover, h1:hover, p:hover, details:hover summary {
213
+ color: #ffffff !important;
214
+ text-shadow: 0 0 15px rgba(220,190,255,0.9), 0 0 30px rgba(160,100,255,0.8);
215
+ }
216
+ details:hover {
217
+ box-shadow: 0 0 20px rgba(160,100,255,0.3), inset 0 0 15px rgba(100,60,200,0.3);
218
+ }
219
+ </style>
220
+ </div>