Nitral-AI commited on
Commit
4aa8d8b
·
verified ·
1 Parent(s): 933f61f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -205
README.md CHANGED
@@ -6,208 +6,4 @@ base_model:
6
  - inflatebot/MN-12B-Mag-Mell-R1
7
  - Nitral-AI/Captain-Eris_Violet-GRPO-v0.420
8
  ---
9
- <div style="background: #000000; padding:30px; border-radius:18px; box-shadow: 0 0 15px #FFD70080, 0 0 30px #FFD70033; color:#fff; max-width:900px; margin:auto; font-family:'Roboto', sans-serif; border:1px solid #FFD70040;">
10
-
11
- <style>
12
- /* Importing custom fonts */
13
- @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
14
-
15
- /* Global Styles */
16
- body {
17
- margin: 0;
18
- padding: 0;
19
- background: #111;
20
- font-family: 'Roboto', sans-serif;
21
- color: #fff;
22
- }
23
-
24
- .gold-btn {
25
- display: inline-block;
26
- background: #111;
27
- border: 1px solid #FFD700;
28
- color: #FFD700;
29
- border-radius: 25px;
30
- padding: 12px 24px;
31
- text-decoration: none;
32
- font-weight: 500;
33
- font-size: 1.1em;
34
- margin: 8px 6px;
35
- transition: all 0.4s ease;
36
- box-shadow: 0 0 6px #FFD70040;
37
- }
38
- .gold-btn:hover {
39
- background: linear-gradient(90deg, #FFD700, #ffcc00);
40
- color: #000;
41
- box-shadow: 0 0 18px #FFD700AA, 0 0 36px #FFD70055;
42
- transform: translateY(-3px);
43
- }
44
-
45
- /* Smooth fade-in animation */
46
- .fade-in {
47
- animation: fadeIn 1s ease-in;
48
- }
49
- @keyframes fadeIn {
50
- 0% { opacity: 0; }
51
- 100% { opacity: 1; }
52
- }
53
-
54
- /* Fancy image hover effect */
55
- .fancy-img {
56
- transition: transform 0.3s ease;
57
- border-radius: 12px;
58
- border: 1px solid #FFD70033;
59
- margin-bottom: 2em;
60
- box-shadow: 0 0 12px #FFD70033;
61
- object-fit: cover;
62
- cursor: pointer;
63
- }
64
-
65
- .fancy-img:hover {
66
- transform: scale(1.1); /* Slight zoom effect on hover */
67
- box-shadow: 0 0 24px #FFD70066, 0 0 36px #FFD70033;
68
- border-color: #FFD70088;
69
- }
70
-
71
- .fancy-img-container {
72
- position: relative;
73
- overflow: hidden;
74
- display: inline-block; /* Ensures image stays within bounds */
75
- }
76
-
77
- /* Zoom effect on mouse movement - only on the image */
78
- .fancy-img-container:hover .fancy-img {
79
- transform: scale(1.3); /* Scale image on hover */
80
- transition: transform 0.3s ease-in-out;
81
- }
82
-
83
- /* Glassmorphism effect */
84
- .glass-card {
85
- background: rgba(0, 0, 0, 0.6);
86
- backdrop-filter: blur(10px);
87
- border-radius: 12px;
88
- box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
89
- padding: 20px;
90
- margin-bottom: 2em;
91
- }
92
-
93
- /* Button Pulse Animation */
94
- .pulse-btn {
95
- animation: pulse 1.5s infinite;
96
- }
97
- @keyframes pulse {
98
- 0% {
99
- box-shadow: 0 0 5px #FFD700;
100
- }
101
- 50% {
102
- box-shadow: 0 0 15px #FFD700;
103
- }
104
- 100% {
105
- box-shadow: 0 0 5px #FFD700;
106
- }
107
- }
108
-
109
- /* Hover effect for paragraphs and headings */
110
- h1, h2, h3 {
111
- transition: transform 0.3s ease-in-out;
112
- }
113
- h1:hover, h2:hover, h3:hover {
114
- transform: translateY(-5px);
115
- color: #FFD700;
116
- }
117
- </style>
118
-
119
- <h1 class="fade-in" style="color:#FFD700; font-size:2.5em; margin-bottom:0.3em;">🧠 Violet-Magcap-12B</h1>
120
- <p style="color:#ccc; font-style:italic;">So here’s the lore...</p>
121
-
122
- <div class="glass-card">
123
- <p>
124
- I might have taken
125
- <a href="https://huggingface.co/inflatebot/MN-12B-Mag-Mell-R1" class="gold-btn">mag-mell-12B-r1</a>,&ensp;
126
- jacked it up on SFT reasoning data like it was pre-workout for logic bros.
127
- Then for <strong style="color:#FFD700;">chaos</strong>, slapped it together with
128
- <a href="https://huggingface.co/Nitral-AI/Captain-Eris_Violet-GRPO-v0.420" class="gold-btn pulse-btn">Captain_Eris_Violet-GRPO</a>
129
- like some twisted AI Voltron.
130
- </p>
131
-
132
- <p><strong style="color:#FFD700;">Did I stop there? No.</strong><br>
133
- Double-tapped the merge with SFT on fresh reasoning data.
134
- Now it's solving problems like Bill Nye on a meme bender and hoarding cursed philosophy shitposts.
135
- </p>
136
- </div>
137
-
138
- <hr style="border:1px solid #FFD700; margin:2em 0;">
139
-
140
- <h2 style="color:#FFD700;">🛠️ Model Details</h2>
141
- <table style="border-collapse: collapse; width: 100%; color: #fff; font-size: 1em;">
142
- <tr>
143
- <th style="border: 1px solid #333; background-color: #000; color: #FFD700; padding: 0.5em;">Feature</th>
144
- <th style="border: 1px solid #333; background-color: #000; color: #FFD700; padding: 0.5em;">Description</th>
145
- </tr>
146
- <tr>
147
- <td style="border: 1px solid #333; padding: 0.5em;"><strong>Base Models</strong></td>
148
- <td style="border: 1px solid #333; padding: 0.5em;">
149
- <a href="https://huggingface.co/inflatebot/MN-12B-Mag-Mell-R1" class="gold-btn">Mag-Mell-R1</a> +
150
- <a href="https://huggingface.co/Nitral-AI/Captain-Eris_Violet-GRPO-v0.420" class="gold-btn">Captain-Eris</a>
151
- </td>
152
- </tr>
153
- <tr>
154
- <td style="border: 1px solid #333; padding: 0.5em;"><strong>Size</strong></td>
155
- <td style="border: 1px solid #333; padding: 0.5em;">12B Parameters</td>
156
- </tr>
157
- <tr>
158
- <td style="border: 1px solid #333; padding: 0.5em;"><strong>Architecture</strong></td>
159
- <td style="border: 1px solid #333; padding: 0.5em;">Magmell + Reasoning → Captain Eris Merge + post-SFT</td>
160
- </tr>
161
- <tr>
162
- <td style="border: 1px solid #333; padding: 0.5em;"><strong>Post-Merge Tuning</strong></td>
163
- <td style="border: 1px solid #333; padding: 0.5em;">Double SFT on new reasoning data</td>
164
- </tr>
165
- </table>
166
-
167
- <hr style="border:1px solid #FFD700; margin:2em 0;">
168
-
169
- <h2 style="color:#FFD700;">⚙️ Usage Presets</h2>
170
- <p><a href="https://huggingface.co/Nitral-AI/Violet_Magcap-12B/tree/main/ST%20Presets" class="gold-btn pulse-btn">🎛️ ST Prompt Presets</a></p>
171
-
172
- <hr style="border:1px solid #FFD700; margin:2em 0;">
173
-
174
- <h2 style="color:#FFD700;">💾 Quantized Versions</h2>
175
- <p>
176
- 🧠 <a href="https://huggingface.co/Lewdiculous/Violet_Magcap-12B-GGUF-IQ-Imatrix" class="gold-btn">Lewdiculus Imatrix (GGUF)</a><br>
177
- 🧠 <a href="https://huggingface.co/Nitrals-Quants/Violet_Magcap-12B-4bpw-exl2" class="gold-btn">Nitral 4bpw (ExL2)</a>
178
- </p>
179
-
180
- <hr style="border:1px solid #FFD700; margin:2em 0;">
181
-
182
- <h2 style="color:#FFD700;">📦 Prompt Formats</h2>
183
-
184
- <p><strong style="color:#fff;">Reasoning Block + Prefix</strong></p>
185
- <div class="fancy-img-container">
186
- <img src="https://cdn-uploads.huggingface.co/production/uploads/642265bc01c62c1e4102dc36/Gb6aBgJ_PVU0nDMp40wHJ.png" alt="Reasoning Format" class="fancy-img fade-in" style="max-width:100%; margin-bottom:1em;">
187
- </div>
188
-
189
- <p><strong style="color:#fff;">ChatML Format</strong></p>
190
- <div class="fancy-img-container">
191
- <img src="https://cdn-uploads.huggingface.co/production/uploads/642265bc01c62c1e4102dc36/cbb9qyoPs4cRKCzYU7jPN.png" alt="ChatML Format" class="fancy-img fade-in" style="max-width:100%; margin-bottom:1em;">
192
- </div>
193
-
194
- <p><strong style="color:#fff;">Mistral Format</strong></p>
195
- <div class="fancy-img-container">
196
- <img src="https://cdn-uploads.huggingface.co/production/uploads/642265bc01c62c1e4102dc36/IQO9dhOrAySbSPGyiEfmd.png" alt="Mistral Format" class="fancy-img fade-in" style="max-width:100%;">
197
- </div>
198
-
199
- <hr style="border:1px solid #FFD700; margin:2em 0;">
200
-
201
- <h2 style="color:#FFD700;">🌀 Vibe Check</h2>
202
- <blockquote style="color:#ccc; font-style:italic; border-left:4px solid #FFD700; padding-left:1em; margin-left:0;">
203
- It will help you solve problems. It will also make you question your existence.<br>
204
- <strong style="color:#FFD700;">Use wisely—or don’t.</strong>
205
- </blockquote>
206
-
207
- <hr style="border:1px solid #FFD700; margin:2em 0;">
208
-
209
- <p style="color:#FFD700;"><strong>🧬 Created by:</strong>
210
- <a href="https://huggingface.co/Nitral-AI" class="gold-btn">Nitral-AI</a>
211
- </p>
212
-
213
- </div>
 
6
  - inflatebot/MN-12B-Mag-Mell-R1
7
  - Nitral-AI/Captain-Eris_Violet-GRPO-v0.420
8
  ---
9
+ <div style="background: #000000; padding:30px; border-radius:18px; box-shadow: 0 0 15px #FFD70080, 0 0 30px #FFD70033; color:#fff; max-width:900px; margin:auto; font-family:'Roboto', sans-serif; border:1px solid #FFD70040;"> <style> /* Importing custom fonts */ @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap'); /* Global Styles */ body { margin: 0; padding: 0; background: #111; font-family: 'Roboto', sans-serif; color: #fff; } .gold-btn { display: inline-block; background: #111; border: 1px solid #FFD700; color: #FFD700; border-radius: 25px; padding: 12px 24px; text-decoration: none; font-weight: 500; font-size: 1.1em; margin: 8px 6px; transition: all 0.4s ease; box-shadow: 0 0 6px #FFD70040; } .gold-btn:hover { background: linear-gradient(90deg, #FFD700, #ffcc00); color: #000; box-shadow: 0 0 18px #FFD700AA, 0 0 36px #FFD70055; transform: translateY(-3px); } /* Smooth fade-in animation */ .fade-in { animation: fadeIn 1s ease-in; } @keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } /* Fancy image hover effect */ .fancy-img { transition: all 0.5s ease; border-radius: 12px; border: 1px solid #FFD70033; margin-bottom: 2em; box-shadow: 0 0 12px #FFD70033; } .fancy-img:hover { transform: scale(1.05); box-shadow: 0 0 24px #FFD70066, 0 0 36px #FFD70033; border-color: #FFD70088; } /* Glassmorphism effect */ .glass-card { background: rgba(0, 0, 0, 0.6); backdrop-filter: blur(10px); border-radius: 12px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); padding: 20px; margin-bottom: 2em; } /* Button Pulse Animation */ .pulse-btn { animation: pulse 1.5s infinite; } @keyframes pulse { 0% { box-shadow: 0 0 5px #FFD700; } 50% { box-shadow: 0 0 15px #FFD700; } 100% { box-shadow: 0 0 5px #FFD700; } } /* Hover effect for paragraphs and headings */ h1, h2, h3 { transition: transform 0.3s ease-in-out; } h1:hover, h2:hover, h3:hover { transform: translateY(-5px); color: #FFD700; } </style> <h1 class="fade-in" style="color:#FFD700; font-size:2.5em; margin-bottom:0.3em;">🧠 Violet-Magcap-12B</h1> <p style="color:#ccc; font-style:italic;">So here’s the lore...</p> <div class="glass-card"> <p> I might have taken <a href="https://huggingface.co/inflatebot/MN-12B-Mag-Mell-R1" class="gold-btn">mag-mell-12B-r1</a>,&ensp; jacked it up on SFT reasoning data like it was pre-workout for logic bros. Then for <strong style="color:#FFD700;">chaos</strong>, slapped it together with <a href="https://huggingface.co/Nitral-AI/Captain-Eris_Violet-GRPO-v0.420" class="gold-btn pulse-btn">Captain_Eris_Violet-GRPO</a> like some twisted AI Voltron. </p> <p><strong style="color:#FFD700;">Did I stop there? No.</strong><br> Double-tapped the merge with SFT on fresh reasoning data. Now it's solving problems like Bill Nye on a meme bender and hoarding cursed philosophy shitposts. </p> </div> <hr style="border:1px solid #FFD700; margin:2em 0;"> <h2 style="color:#FFD700;">🛠️ Model Details</h2> <table style="border-collapse: collapse; width: 100%; color: #fff; font-size: 1em;"> <tr> <th style="border: 1px solid #333; background-color: #000; color: #FFD700; padding: 0.5em;">Feature</th> <th style="border: 1px solid #333; background-color: #000; color: #FFD700; padding: 0.5em;">Description</th> </tr> <tr> <td style="border: 1px solid #333; padding: 0.5em;"><strong>Base Models</strong></td> <td style="border: 1px solid #333; padding: 0.5em;"> <a href="https://huggingface.co/inflatebot/MN-12B-Mag-Mell-R1" class="gold-btn">Mag-Mell-R1</a> + <a href="https://huggingface.co/Nitral-AI/Captain-Eris_Violet-GRPO-v0.420" class="gold-btn">Captain-Eris</a> </td> </tr> <tr> <td style="border: 1px solid #333; padding: 0.5em;"><strong>Size</strong></td> <td style="border: 1px solid #333; padding: 0.5em;">12B Parameters</td> </tr> <tr> <td style="border: 1px solid #333; padding: 0.5em;"><strong>Architecture</strong></td> <td style="border: 1px solid #333; padding: 0.5em;">Magmell + Reasoning → Captain Eris Merge + post-SFT</td> </tr> <tr> <td style="border: 1px solid #333; padding: 0.5em;"><strong>Post-Merge Tuning</strong></td> <td style="border: 1px solid #333; padding: 0.5em;">Double SFT on new reasoning data</td> </tr> </table> <hr style="border:1px solid #FFD700; margin:2em 0;"> <h2 style="color:#FFD700;">⚙️ Usage Presets</h2> <p><a href="https://huggingface.co/Nitral-AI/Violet_Magcap-12B/tree/main/ST%20Presets" class="gold-btn pulse-btn">🎛️ ST Prompt Presets</a></p> <hr style="border:1px solid #FFD700; margin:2em 0;"> <h2 style="color:#FFD700;">💾 Quantized Versions</h2> <p> 🧠 <a href="https://huggingface.co/Lewdiculous/Violet_Magcap-12B-GGUF-IQ-Imatrix" class="gold-btn">Lewdiculus Imatrix (GGUF)</a><br> 🧠 <a href="https://huggingface.co/Nitrals-Quants/Violet_Magcap-12B-4bpw-exl2" class="gold-btn">Nitral 4bpw (ExL2)</a> </p> <hr style="border:1px solid #FFD700; margin:2em 0;"> <h2 style="color:#FFD700;">📦 Prompt Formats</h2> <p><strong style="color:#fff;">Reasoning Block + Prefix</strong></p> <img src="https://cdn-uploads.huggingface.co/production/uploads/642265bc01c62c1e4102dc36/Gb6aBgJ_PVU0nDMp40wHJ.png" alt="Reasoning Format" class="fancy-img fade-in" style="max-width:100%; margin-bottom:1em;"> <p><strong style="color:#fff;">ChatML Format</strong></p> <img src="https://cdn-uploads.huggingface.co/production/uploads/642265bc01c62c1e4102dc36/cbb9qyoPs4cRKCzYU7jPN.png" alt="ChatML Format" class="fancy-img fade-in" style="max-width:100%; margin-bottom:1em;"> <p><strong style="color:#fff;">Mistral Format</strong></p> <img src="https://cdn-uploads.huggingface.co/production/uploads/642265bc01c62c1e4102dc36/IQO9dhOrAySbSPGyiEfmd.png" alt="Mistral Format" class="fancy-img fade-in" style="max-width:100%;"> <hr style="border:1px solid #FFD700; margin:2em 0;"> <h2 style="color:#FFD700;">🌀 Vibe Check</h2> <blockquote style="color:#ccc; font-style:italic; border-left:4px solid #FFD700; padding-left:1em; margin-left:0;"> It will help you solve problems. It will also make you question your existence.<br> <strong style="color:#FFD700;">Use wisely—or don’t.</strong> </blockquote> <hr style="border:1px solid #FFD700; margin:2em 0;"> <p style="color:#FFD700;"><strong>🧬 Created by:</strong> <a href="https://huggingface.co/Nitral-AI" class="gold-btn">Nitral-AI</a> </p> </div>