Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +330 -364
- chat_template.jinja +87 -0
- config.json +28 -0
- mergekit_config.yml +21 -0
- model.safetensors.index.json +371 -0
- special_tokens_map.json +23 -0
- tokenizer.json +3 -0
- tokenizer_config.json +0 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -1,364 +1,330 @@
|
|
| 1 |
-
---
|
| 2 |
-
base_model:
|
| 3 |
-
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
-
|
| 9 |
-
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
----------
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
<
|
| 66 |
-
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
<
|
| 70 |
-
<
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
<
|
| 75 |
-
<
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
|
| 80 |
-
|
| 81 |
-
|
| 82 |
-
|
| 83 |
-
|
| 84 |
-
|
| 85 |
-
|
| 86 |
-
|
| 87 |
-
|
| 88 |
-
|
| 89 |
-
|
| 90 |
-
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
|
| 98 |
-
|
| 99 |
-
|
| 100 |
-
|
| 101 |
-
|
| 102 |
-
|
| 103 |
-
|
| 104 |
-
|
| 105 |
-
|
| 106 |
-
|
| 107 |
-
|
| 108 |
-
|
| 109 |
-
|
| 110 |
-
|
| 111 |
-
|
| 112 |
-
|
| 113 |
-
|
| 114 |
-
|
| 115 |
-
|
| 116 |
-
|
| 117 |
-
|
| 118 |
-
|
| 119 |
-
|
| 120 |
-
|
| 121 |
-
|
| 122 |
-
|
| 123 |
-
|
| 124 |
-
|
| 125 |
-
|
| 126 |
-
|
| 127 |
-
|
| 128 |
-
background:
|
| 129 |
-
|
| 130 |
-
|
| 131 |
-
|
| 132 |
-
|
| 133 |
-
|
| 134 |
-
|
| 135 |
-
|
| 136 |
-
|
| 137 |
-
|
| 138 |
-
|
| 139 |
-
|
| 140 |
-
|
| 141 |
-
|
| 142 |
-
|
| 143 |
-
|
| 144 |
-
|
| 145 |
-
|
| 146 |
-
|
| 147 |
-
|
| 148 |
-
|
| 149 |
-
|
| 150 |
-
|
| 151 |
-
|
| 152 |
-
|
| 153 |
-
|
| 154 |
-
|
| 155 |
-
|
| 156 |
-
|
| 157 |
-
|
| 158 |
-
|
| 159 |
-
|
| 160 |
-
|
| 161 |
-
|
| 162 |
-
|
| 163 |
-
|
| 164 |
-
|
| 165 |
-
|
| 166 |
-
|
| 167 |
-
|
| 168 |
-
|
| 169 |
-
|
| 170 |
-
z-index:
|
| 171 |
-
|
| 172 |
-
}
|
| 173 |
-
|
| 174 |
-
|
| 175 |
-
|
| 176 |
-
|
| 177 |
-
|
| 178 |
-
|
| 179 |
-
|
| 180 |
-
|
| 181 |
-
|
| 182 |
-
|
| 183 |
-
|
| 184 |
-
|
| 185 |
-
|
| 186 |
-
|
| 187 |
-
|
| 188 |
-
|
| 189 |
-
|
| 190 |
-
|
| 191 |
-
|
| 192 |
-
|
| 193 |
-
|
| 194 |
-
|
| 195 |
-
|
| 196 |
-
|
| 197 |
-
|
| 198 |
-
|
| 199 |
-
|
| 200 |
-
|
| 201 |
-
|
| 202 |
-
|
| 203 |
-
|
| 204 |
-
|
| 205 |
-
|
| 206 |
-
|
| 207 |
-
|
| 208 |
-
|
| 209 |
-
|
| 210 |
-
|
| 211 |
-
|
| 212 |
-
}
|
| 213 |
-
|
| 214 |
-
.
|
| 215 |
-
|
| 216 |
-
|
| 217 |
-
|
| 218 |
-
|
| 219 |
-
|
| 220 |
-
|
| 221 |
-
|
| 222 |
-
|
| 223 |
-
|
| 224 |
-
|
| 225 |
-
|
| 226 |
-
|
| 227 |
-
|
| 228 |
-
|
| 229 |
-
|
| 230 |
-
|
| 231 |
-
|
| 232 |
-
|
| 233 |
-
|
| 234 |
-
|
| 235 |
-
|
| 236 |
-
|
| 237 |
-
|
| 238 |
-
|
| 239 |
-
|
| 240 |
-
|
| 241 |
-
|
| 242 |
-
|
| 243 |
-
|
| 244 |
-
|
| 245 |
-
|
| 246 |
-
|
| 247 |
-
|
| 248 |
-
|
| 249 |
-
|
| 250 |
-
|
| 251 |
-
|
| 252 |
-
|
| 253 |
-
|
| 254 |
-
|
| 255 |
-
|
| 256 |
-
|
| 257 |
-
|
| 258 |
-
|
| 259 |
-
|
| 260 |
-
|
| 261 |
-
|
| 262 |
-
|
| 263 |
-
|
| 264 |
-
|
| 265 |
-
|
| 266 |
-
|
| 267 |
-
|
| 268 |
-
|
| 269 |
-
|
| 270 |
-
|
| 271 |
-
|
| 272 |
-
|
| 273 |
-
|
| 274 |
-
|
| 275 |
-
|
| 276 |
-
|
| 277 |
-
|
| 278 |
-
|
| 279 |
-
|
| 280 |
-
|
| 281 |
-
|
| 282 |
-
|
| 283 |
-
|
| 284 |
-
|
| 285 |
-
|
| 286 |
-
|
| 287 |
-
|
| 288 |
-
|
| 289 |
-
|
| 290 |
-
|
| 291 |
-
|
| 292 |
-
|
| 293 |
-
|
| 294 |
-
|
| 295 |
-
|
| 296 |
-
font-size:
|
| 297 |
-
|
| 298 |
-
|
| 299 |
-
|
| 300 |
-
|
| 301 |
-
|
| 302 |
-
|
| 303 |
-
|
| 304 |
-
|
| 305 |
-
|
| 306 |
-
|
| 307 |
-
|
| 308 |
-
|
| 309 |
-
|
| 310 |
-
|
| 311 |
-
|
| 312 |
-
|
| 313 |
-
|
| 314 |
-
|
| 315 |
-
|
| 316 |
-
|
| 317 |
-
|
| 318 |
-
|
| 319 |
-
|
| 320 |
-
|
| 321 |
-
|
| 322 |
-
|
| 323 |
-
|
| 324 |
-
|
| 325 |
-
|
| 326 |
-
|
| 327 |
-
|
| 328 |
-
|
| 329 |
-
|
| 330 |
-
|
| 331 |
-
text-transform: uppercase;
|
| 332 |
-
color: #f0f2ff;
|
| 333 |
-
}
|
| 334 |
-
|
| 335 |
-
.tile-sub {
|
| 336 |
-
display: block;
|
| 337 |
-
font-size: 0.94rem;
|
| 338 |
-
color: #b0b4d0;
|
| 339 |
-
line-height: 1.5;
|
| 340 |
-
}
|
| 341 |
-
|
| 342 |
-
.link {
|
| 343 |
-
color: #a0b8e0;
|
| 344 |
-
text-decoration: none;
|
| 345 |
-
transition: color 0.3s ease;
|
| 346 |
-
}
|
| 347 |
-
|
| 348 |
-
.link:hover {
|
| 349 |
-
color: #e0e6ff;
|
| 350 |
-
text-decoration: underline;
|
| 351 |
-
}
|
| 352 |
-
|
| 353 |
-
@media (max-width: 650px) {
|
| 354 |
-
.model-card {
|
| 355 |
-
padding: 32px 20px 40px;
|
| 356 |
-
margin: 20px 10px;
|
| 357 |
-
}
|
| 358 |
-
.box {
|
| 359 |
-
padding: 26px;
|
| 360 |
-
}
|
| 361 |
-
}
|
| 362 |
-
</style>
|
| 363 |
-
|
| 364 |
-
</details>
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model:
|
| 3 |
+
- anthracite-org/magnum-v4-12b
|
| 4 |
+
- SuperbEmphasis/MN-12b-RP-Ink-RP-Longform
|
| 5 |
+
- Vortex5/Darklit-Maiden-12B
|
| 6 |
+
- crestf411/MN-Slush
|
| 7 |
+
- TheDrummer/Rocinante-X-12B-v1
|
| 8 |
+
- cgato/Nemo-12b-Humanize-SFT-v0.2.5-KTO
|
| 9 |
+
- Vortex5/NoctyxCosma-12B
|
| 10 |
+
library_name: transformers
|
| 11 |
+
tags:
|
| 12 |
+
- mergekit
|
| 13 |
+
- merge
|
| 14 |
+
- roleplay
|
| 15 |
+
license: apache-2.0
|
| 16 |
+
---
|
| 17 |
+
<section class="model-card">
|
| 18 |
+
<div class="header">
|
| 19 |
+
<h1 class="title">Cosmic-Night-12B</h1>
|
| 20 |
+
</div>
|
| 21 |
+
|
| 22 |
+
<div class="image-container">
|
| 23 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/6669a3a617b838fda45637b8/H9ivWbF1gbkxY-b-ZHjDs.jpeg">
|
| 24 |
+
</div>
|
| 25 |
+
|
| 26 |
+
<div class="divider"></div>
|
| 27 |
+
|
| 28 |
+
<section class="box">
|
| 29 |
+
<h2 class="box-title">Overview</h2>
|
| 30 |
+
<p>
|
| 31 |
+
<strong class="highlight">Cosmic-Night-12B</strong> was created by merging
|
| 32 |
+
<a href="https://huggingface.co/Vortex5/NoctyxCosma-12B" class="link">NoctyxCosma-12B</a>,
|
| 33 |
+
<a href="https://huggingface.co/TheDrummer/Rocinante-X-12B-v1" class="link">Rocinante-X-12B-v1</a>,
|
| 34 |
+
<a href="https://huggingface.co/anthracite-org/magnum-v4-12b" class="link">magnum-v4-12b</a>,
|
| 35 |
+
<a href="https://huggingface.co/crestf411/MN-Slush" class="link">MN-Slush</a>,
|
| 36 |
+
<a href="https://huggingface.co/Vortex5/Darklit-Maiden-12B" class="link">Darklit-Maiden-12B</a>,
|
| 37 |
+
<a href="https://huggingface.co/cgato/Nemo-12b-Humanize-SFT-v0.2.5-KTO" class="link">Nemo-12b-Humanize-SFT-v0.2.5-KTO</a>, and
|
| 38 |
+
<a href="https://huggingface.co/SuperbEmphasis/MN-12b-RP-Ink-RP-Longform" class="link">MN-12b-RP-Ink-RP-Longform</a>,
|
| 39 |
+
using a custom method.
|
| 40 |
+
</p>
|
| 41 |
+
<details class="collapse">
|
| 42 |
+
<summary>Merge configuration</summary>
|
| 43 |
+
<pre>
|
| 44 |
+
base_model: Vortex5/NoctyxCosma-12B
|
| 45 |
+
models:
|
| 46 |
+
- model: TheDrummer/Rocinante-X-12B-v1
|
| 47 |
+
- model: anthracite-org/magnum-v4-12b
|
| 48 |
+
- model: crestf411/MN-Slush
|
| 49 |
+
- model: Vortex5/Darklit-Maiden-12B
|
| 50 |
+
- model: cgato/Nemo-12b-Humanize-SFT-v0.2.5-KTO
|
| 51 |
+
- model: SuperbEmphasis/MN-12b-RP-Ink-RP-Longform
|
| 52 |
+
merge_method: gema
|
| 53 |
+
chat_template: auto
|
| 54 |
+
dtype: float32
|
| 55 |
+
out_dtype: bfloat16
|
| 56 |
+
parameters:
|
| 57 |
+
strength: 0.95
|
| 58 |
+
aggression: 0.89
|
| 59 |
+
consensus_amp: 1.52
|
| 60 |
+
novelty: 0.25
|
| 61 |
+
osmosis_strength: 0.92
|
| 62 |
+
tokenizer:
|
| 63 |
+
source: Vortex5/NoctyxCosma-12B
|
| 64 |
+
</pre>
|
| 65 |
+
</details>
|
| 66 |
+
</section>
|
| 67 |
+
|
| 68 |
+
<section class="box last-box">
|
| 69 |
+
<h2 class="box-title">Intended Use</h2>
|
| 70 |
+
<div class="grid">
|
| 71 |
+
<div class="tile">
|
| 72 |
+
<span class="tile-main">Roleplay</span>
|
| 73 |
+
<span class="tile-sub">Emotion-forward interaction</span>
|
| 74 |
+
</div>
|
| 75 |
+
<div class="tile">
|
| 76 |
+
<span class="tile-main">Storytelling</span>
|
| 77 |
+
<span class="tile-sub">Long-form narrative</span>
|
| 78 |
+
</div>
|
| 79 |
+
<div class="tile">
|
| 80 |
+
<span class="tile-main">Creative Writing</span>
|
| 81 |
+
<span class="tile-sub">Atmospheric fiction</span>
|
| 82 |
+
</div>
|
| 83 |
+
</div>
|
| 84 |
+
</section>
|
| 85 |
+
|
| 86 |
+
<div class="divider"></div>
|
| 87 |
+
</section>
|
| 88 |
+
|
| 89 |
+
<style>
|
| 90 |
+
.model-card {
|
| 91 |
+
max-width: 1100px;
|
| 92 |
+
margin: 40px auto;
|
| 93 |
+
padding: 48px 38px 56px;
|
| 94 |
+
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
|
| 95 |
+
color: #e8e8f5;
|
| 96 |
+
background:
|
| 97 |
+
radial-gradient(circle at 25% 30%, rgba(160, 180, 255, 0.10) 0%, transparent 50%),
|
| 98 |
+
radial-gradient(circle at 75% 65%, rgba(120, 140, 255, 0.08) 0%, transparent 55%),
|
| 99 |
+
#0c0c18;
|
| 100 |
+
border: 2px solid #4a4a6a;
|
| 101 |
+
border-radius: 28px;
|
| 102 |
+
position: relative;
|
| 103 |
+
overflow: hidden;
|
| 104 |
+
}
|
| 105 |
+
|
| 106 |
+
.model-card::before {
|
| 107 |
+
content: '';
|
| 108 |
+
position: absolute;
|
| 109 |
+
inset: 0;
|
| 110 |
+
background-image:
|
| 111 |
+
radial-gradient(circle, #ffffff 1.2px, transparent 1.2px),
|
| 112 |
+
radial-gradient(circle, #ffffff 1px, transparent 1px),
|
| 113 |
+
|
| 114 |
+
radial-gradient(circle, #d0d8ff 1.8px, transparent 1.8px),
|
| 115 |
+
radial-gradient(circle, #d0d8ff 1.4px, transparent 1.4px),
|
| 116 |
+
|
| 117 |
+
radial-gradient(circle, #a8b8ff 0.9px, transparent 0.9px),
|
| 118 |
+
radial-gradient(circle, #a8b8ff 0.7px, transparent 0.7px),
|
| 119 |
+
radial-gradient(circle, #e0e8ff 0.6px, transparent 0.6px);
|
| 120 |
+
background-position:
|
| 121 |
+
0 0,
|
| 122 |
+
28px 42px,
|
| 123 |
+
55px 15px,
|
| 124 |
+
80px 65px,
|
| 125 |
+
12px 88px,
|
| 126 |
+
95px 33px,
|
| 127 |
+
45px 78px;
|
| 128 |
+
background-size:
|
| 129 |
+
85px 85px,
|
| 130 |
+
110px 95px,
|
| 131 |
+
70px 105px,
|
| 132 |
+
95px 80px,
|
| 133 |
+
60px 70px,
|
| 134 |
+
120px 55px,
|
| 135 |
+
75px 90px;
|
| 136 |
+
opacity: 0.22;
|
| 137 |
+
pointer-events: none;
|
| 138 |
+
z-index: 0;
|
| 139 |
+
animation: subtle-twinkle 24s linear infinite;
|
| 140 |
+
}
|
| 141 |
+
|
| 142 |
+
@keyframes subtle-twinkle {
|
| 143 |
+
0%, 100% { opacity: 0.22; }
|
| 144 |
+
50% { opacity: 0.29; }
|
| 145 |
+
}
|
| 146 |
+
|
| 147 |
+
.header {
|
| 148 |
+
text-align: center;
|
| 149 |
+
padding-bottom: 28px;
|
| 150 |
+
position: relative;
|
| 151 |
+
z-index: 1;
|
| 152 |
+
}
|
| 153 |
+
|
| 154 |
+
.title {
|
| 155 |
+
margin: 0;
|
| 156 |
+
font-size: clamp(1.75rem, 4.8vw, 2.85rem);
|
| 157 |
+
font-weight: 900;
|
| 158 |
+
letter-spacing: 0.14em;
|
| 159 |
+
text-transform: uppercase;
|
| 160 |
+
color: #f0f2ff;
|
| 161 |
+
text-shadow:
|
| 162 |
+
0 0 20px rgba(208, 212, 232, 0.5),
|
| 163 |
+
0 0 45px rgba(120, 140, 255, 0.35);
|
| 164 |
+
}
|
| 165 |
+
|
| 166 |
+
.image-container {
|
| 167 |
+
display: flex;
|
| 168 |
+
justify-content: center;
|
| 169 |
+
position: relative;
|
| 170 |
+
z-index: 1;
|
| 171 |
+
margin-bottom: 36px;
|
| 172 |
+
}
|
| 173 |
+
|
| 174 |
+
.image-container img {
|
| 175 |
+
width: 100%;
|
| 176 |
+
max-width: 820px;
|
| 177 |
+
border-radius: 22px;
|
| 178 |
+
border: 3px solid #5a5a7a;
|
| 179 |
+
box-shadow: 0 25px 60px -20px rgba(0, 0, 0, 0.7);
|
| 180 |
+
}
|
| 181 |
+
|
| 182 |
+
.divider {
|
| 183 |
+
height: 2px;
|
| 184 |
+
margin: 40px 0;
|
| 185 |
+
background: linear-gradient(90deg,
|
| 186 |
+
transparent,
|
| 187 |
+
#5a5a7a 25%,
|
| 188 |
+
#a0b8e0 50%,
|
| 189 |
+
#5a5a7a 75%,
|
| 190 |
+
transparent
|
| 191 |
+
);
|
| 192 |
+
position: relative;
|
| 193 |
+
z-index: 1;
|
| 194 |
+
}
|
| 195 |
+
|
| 196 |
+
.box {
|
| 197 |
+
padding: 34px;
|
| 198 |
+
background: rgba(26, 28, 48, 0.96);
|
| 199 |
+
border: 1px solid #4a4a6a;
|
| 200 |
+
border-radius: 20px;
|
| 201 |
+
box-shadow:
|
| 202 |
+
inset 0 4px 0 rgba(255,255,255,0.05),
|
| 203 |
+
0 15px 40px -15px rgba(0,0,0,0.6);
|
| 204 |
+
position: relative;
|
| 205 |
+
z-index: 2;
|
| 206 |
+
backdrop-filter: blur(10px);
|
| 207 |
+
margin-bottom: 32px;
|
| 208 |
+
}
|
| 209 |
+
|
| 210 |
+
.last-box {
|
| 211 |
+
margin-bottom: 0;
|
| 212 |
+
}
|
| 213 |
+
|
| 214 |
+
.box-title {
|
| 215 |
+
margin: 0 0 20px;
|
| 216 |
+
font-size: 1.18rem;
|
| 217 |
+
font-weight: 800;
|
| 218 |
+
letter-spacing: 0.22em;
|
| 219 |
+
text-transform: uppercase;
|
| 220 |
+
color: #d8dae8;
|
| 221 |
+
border-bottom: 2px solid #7a6eb0;
|
| 222 |
+
padding-bottom: 12px;
|
| 223 |
+
display: inline-block;
|
| 224 |
+
}
|
| 225 |
+
|
| 226 |
+
.box p {
|
| 227 |
+
margin: 16px 0 20px;
|
| 228 |
+
line-height: 1.8;
|
| 229 |
+
color: #c8cce0;
|
| 230 |
+
font-size: 1.04rem;
|
| 231 |
+
}
|
| 232 |
+
|
| 233 |
+
.highlight {
|
| 234 |
+
color: #f0f2ff;
|
| 235 |
+
font-weight: 700;
|
| 236 |
+
text-shadow: 0 0 8px rgba(160, 180, 255, 0.4);
|
| 237 |
+
}
|
| 238 |
+
|
| 239 |
+
.collapse {
|
| 240 |
+
margin-top: 24px;
|
| 241 |
+
background: rgba(20, 22, 40, 0.95);
|
| 242 |
+
border: 1px solid #5a5a7a;
|
| 243 |
+
border-radius: 16px;
|
| 244 |
+
overflow: hidden;
|
| 245 |
+
}
|
| 246 |
+
|
| 247 |
+
.collapse summary {
|
| 248 |
+
padding: 18px 24px;
|
| 249 |
+
cursor: pointer;
|
| 250 |
+
font-size: 0.85rem;
|
| 251 |
+
font-weight: 700;
|
| 252 |
+
letter-spacing: 0.15em;
|
| 253 |
+
text-transform: uppercase;
|
| 254 |
+
color: #e0e2f0;
|
| 255 |
+
background: rgba(35, 38, 58, 0.9);
|
| 256 |
+
border-bottom: 1px solid #4a4a6a;
|
| 257 |
+
}
|
| 258 |
+
|
| 259 |
+
.collapse pre {
|
| 260 |
+
margin: 0;
|
| 261 |
+
padding: 24px;
|
| 262 |
+
background: #161824;
|
| 263 |
+
color: #b8bcd8;
|
| 264 |
+
font-size: 0.87rem;
|
| 265 |
+
line-height: 1.7;
|
| 266 |
+
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
| 267 |
+
overflow-x: auto;
|
| 268 |
+
}
|
| 269 |
+
|
| 270 |
+
.grid {
|
| 271 |
+
display: flex;
|
| 272 |
+
flex-wrap: wrap;
|
| 273 |
+
gap: 24px;
|
| 274 |
+
margin-top: 20px;
|
| 275 |
+
}
|
| 276 |
+
|
| 277 |
+
.tile {
|
| 278 |
+
flex: 1 1 245px;
|
| 279 |
+
padding: 26px 22px;
|
| 280 |
+
background: rgba(28, 30, 52, 0.92);
|
| 281 |
+
border: 1px solid #5a5a7a;
|
| 282 |
+
border-radius: 18px;
|
| 283 |
+
text-align: center;
|
| 284 |
+
transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
|
| 285 |
+
}
|
| 286 |
+
|
| 287 |
+
.tile:hover {
|
| 288 |
+
transform: translateY(-6px);
|
| 289 |
+
border-color: #a0b8e0;
|
| 290 |
+
box-shadow: 0 20px 45px -15px rgba(160, 184, 224, 0.35);
|
| 291 |
+
}
|
| 292 |
+
|
| 293 |
+
.tile-main {
|
| 294 |
+
display: block;
|
| 295 |
+
margin-bottom: 10px;
|
| 296 |
+
font-size: 1.1rem;
|
| 297 |
+
font-weight: 800;
|
| 298 |
+
letter-spacing: 0.1em;
|
| 299 |
+
text-transform: uppercase;
|
| 300 |
+
color: #f0f2ff;
|
| 301 |
+
}
|
| 302 |
+
|
| 303 |
+
.tile-sub {
|
| 304 |
+
display: block;
|
| 305 |
+
font-size: 0.94rem;
|
| 306 |
+
color: #b0b4d0;
|
| 307 |
+
line-height: 1.5;
|
| 308 |
+
}
|
| 309 |
+
|
| 310 |
+
.link {
|
| 311 |
+
color: #a0b8e0;
|
| 312 |
+
text-decoration: none;
|
| 313 |
+
transition: color 0.3s ease;
|
| 314 |
+
}
|
| 315 |
+
|
| 316 |
+
.link:hover {
|
| 317 |
+
color: #e0e6ff;
|
| 318 |
+
text-decoration: underline;
|
| 319 |
+
}
|
| 320 |
+
|
| 321 |
+
@media (max-width: 650px) {
|
| 322 |
+
.model-card {
|
| 323 |
+
padding: 32px 20px 40px;
|
| 324 |
+
margin: 20px 10px;
|
| 325 |
+
}
|
| 326 |
+
.box {
|
| 327 |
+
padding: 26px;
|
| 328 |
+
}
|
| 329 |
+
}
|
| 330 |
+
</style>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
chat_template.jinja
ADDED
|
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{%- if messages[0]["role"] == "system" %}
|
| 2 |
+
{%- set system_message = messages[0]["content"] %}
|
| 3 |
+
{%- set loop_messages = messages[1:] %}
|
| 4 |
+
{%- else %}
|
| 5 |
+
{%- set loop_messages = messages %}
|
| 6 |
+
{%- endif %}
|
| 7 |
+
{%- if not tools is defined %}
|
| 8 |
+
{%- set tools = none %}
|
| 9 |
+
{%- endif %}
|
| 10 |
+
{%- set user_messages = loop_messages | selectattr("role", "equalto", "user") | list %}
|
| 11 |
+
|
| 12 |
+
{#- This block checks for alternating user/assistant messages, skipping tool calling messages #}
|
| 13 |
+
{%- set ns = namespace() %}
|
| 14 |
+
{%- set ns.index = 0 %}
|
| 15 |
+
{%- for message in loop_messages %}
|
| 16 |
+
{%- if not (message.role == "tool" or message.role == "tool_results" or (message.tool_calls is defined and message.tool_calls is not none)) %}
|
| 17 |
+
{%- if (message["role"] == "user") != (ns.index % 2 == 0) %}
|
| 18 |
+
{{- raise_exception("After the optional system message, conversation roles must alternate user/assistant/user/assistant/...") }}
|
| 19 |
+
{%- endif %}
|
| 20 |
+
{%- set ns.index = ns.index + 1 %}
|
| 21 |
+
{%- endif %}
|
| 22 |
+
{%- endfor %}
|
| 23 |
+
|
| 24 |
+
{{- bos_token }}
|
| 25 |
+
{%- for message in loop_messages %}
|
| 26 |
+
{%- if message["role"] == "user" %}
|
| 27 |
+
{%- if tools is not none and (message == user_messages[-1]) %}
|
| 28 |
+
{{- "[AVAILABLE_TOOLS][" }}
|
| 29 |
+
{%- for tool in tools %}
|
| 30 |
+
{%- set tool = tool.function %}
|
| 31 |
+
{{- '{"type": "function", "function": {' }}
|
| 32 |
+
{%- for key, val in tool.items() if key != "return" %}
|
| 33 |
+
{%- if val is string %}
|
| 34 |
+
{{- '"' + key + '": "' + val + '"' }}
|
| 35 |
+
{%- else %}
|
| 36 |
+
{{- '"' + key + '": ' + val|tojson }}
|
| 37 |
+
{%- endif %}
|
| 38 |
+
{%- if not loop.last %}
|
| 39 |
+
{{- ", " }}
|
| 40 |
+
{%- endif %}
|
| 41 |
+
{%- endfor %}
|
| 42 |
+
{{- "}}" }}
|
| 43 |
+
{%- if not loop.last %}
|
| 44 |
+
{{- ", " }}
|
| 45 |
+
{%- else %}
|
| 46 |
+
{{- "]" }}
|
| 47 |
+
{%- endif %}
|
| 48 |
+
{%- endfor %}
|
| 49 |
+
{{- "[/AVAILABLE_TOOLS]" }}
|
| 50 |
+
{%- endif %}
|
| 51 |
+
{%- if loop.last and system_message is defined %}
|
| 52 |
+
{{- "[INST]" + system_message + "\n\n" + message["content"] + "[/INST]" }}
|
| 53 |
+
{%- else %}
|
| 54 |
+
{{- "[INST]" + message["content"] + "[/INST]" }}
|
| 55 |
+
{%- endif %}
|
| 56 |
+
{%- elif (message.tool_calls is defined and message.tool_calls is not none) %}
|
| 57 |
+
{{- "[TOOL_CALLS][" }}
|
| 58 |
+
{%- for tool_call in message.tool_calls %}
|
| 59 |
+
{%- set out = tool_call.function|tojson %}
|
| 60 |
+
{{- out[:-1] }}
|
| 61 |
+
{%- if not tool_call.id is defined or tool_call.id|length != 9 %}
|
| 62 |
+
{{- raise_exception("Tool call IDs should be alphanumeric strings with length 9!") }}
|
| 63 |
+
{%- endif %}
|
| 64 |
+
{{- ', "id": "' + tool_call.id + '"}' }}
|
| 65 |
+
{%- if not loop.last %}
|
| 66 |
+
{{- ", " }}
|
| 67 |
+
{%- else %}
|
| 68 |
+
{{- "]" + eos_token }}
|
| 69 |
+
{%- endif %}
|
| 70 |
+
{%- endfor %}
|
| 71 |
+
{%- elif message["role"] == "assistant" %}
|
| 72 |
+
{{- message["content"] + eos_token}}
|
| 73 |
+
{%- elif message["role"] == "tool_results" or message["role"] == "tool" %}
|
| 74 |
+
{%- if message.content is defined and message.content.content is defined %}
|
| 75 |
+
{%- set content = message.content.content %}
|
| 76 |
+
{%- else %}
|
| 77 |
+
{%- set content = message.content %}
|
| 78 |
+
{%- endif %}
|
| 79 |
+
{{- '[TOOL_RESULTS]{"content": ' + content|string + ", " }}
|
| 80 |
+
{%- if not message.tool_call_id is defined or message.tool_call_id|length != 9 %}
|
| 81 |
+
{{- raise_exception("Tool call IDs should be alphanumeric strings with length 9!") }}
|
| 82 |
+
{%- endif %}
|
| 83 |
+
{{- '"call_id": "' + message.tool_call_id + '"}[/TOOL_RESULTS]' }}
|
| 84 |
+
{%- else %}
|
| 85 |
+
{{- raise_exception("Only user and assistant roles are supported, with the exception of an initial optional system message!") }}
|
| 86 |
+
{%- endif %}
|
| 87 |
+
{%- endfor %}
|
config.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"MistralForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"attention_dropout": 0.0,
|
| 6 |
+
"bos_token_id": 1,
|
| 7 |
+
"dtype": "bfloat16",
|
| 8 |
+
"eos_token_id": 2,
|
| 9 |
+
"head_dim": 128,
|
| 10 |
+
"hidden_act": "silu",
|
| 11 |
+
"hidden_size": 5120,
|
| 12 |
+
"initializer_range": 0.02,
|
| 13 |
+
"intermediate_size": 14336,
|
| 14 |
+
"max_position_embeddings": 131072,
|
| 15 |
+
"model_type": "mistral",
|
| 16 |
+
"num_attention_heads": 32,
|
| 17 |
+
"num_hidden_layers": 40,
|
| 18 |
+
"num_key_value_heads": 8,
|
| 19 |
+
"pad_token_id": 10,
|
| 20 |
+
"rms_norm_eps": 1e-05,
|
| 21 |
+
"rope_theta": 1000000.0,
|
| 22 |
+
"sliding_window": null,
|
| 23 |
+
"tie_word_embeddings": false,
|
| 24 |
+
"transformers_version": "4.56.2",
|
| 25 |
+
"unsloth_version": "2024.9",
|
| 26 |
+
"use_cache": false,
|
| 27 |
+
"vocab_size": 131075
|
| 28 |
+
}
|
mergekit_config.yml
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
base_model: Vortex5/NoctyxCosma-12B
|
| 3 |
+
models:
|
| 4 |
+
- model: TheDrummer/Rocinante-X-12B-v1
|
| 5 |
+
- model: anthracite-org/magnum-v4-12b
|
| 6 |
+
- model: crestf411/MN-Slush
|
| 7 |
+
- model: Vortex5/Darklit-Maiden-12B
|
| 8 |
+
- model: cgato/Nemo-12b-Humanize-SFT-v0.2.5-KTO
|
| 9 |
+
- model: SuperbEmphasis/MN-12b-RP-Ink-RP-Longform
|
| 10 |
+
merge_method: gema
|
| 11 |
+
chat_template: auto
|
| 12 |
+
dtype: float32
|
| 13 |
+
out_dtype: bfloat16
|
| 14 |
+
parameters:
|
| 15 |
+
strength: 0.95
|
| 16 |
+
aggression: 0.89
|
| 17 |
+
consensus_amp: 1.52
|
| 18 |
+
novelty: 0.25
|
| 19 |
+
osmosis_strength: 0.92
|
| 20 |
+
tokenizer:
|
| 21 |
+
source: Vortex5/NoctyxCosma-12B
|
model.safetensors.index.json
ADDED
|
@@ -0,0 +1,371 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 24495626240,
|
| 4 |
+
"mergekit_version": "0.1.4"
|
| 5 |
+
},
|
| 6 |
+
"weight_map": {
|
| 7 |
+
"lm_head.weight": "model-00001-of-00005.safetensors",
|
| 8 |
+
"model.embed_tokens.weight": "model-00001-of-00005.safetensors",
|
| 9 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00005.safetensors",
|
| 10 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00005.safetensors",
|
| 11 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00005.safetensors",
|
| 12 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00005.safetensors",
|
| 13 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00005.safetensors",
|
| 14 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00005.safetensors",
|
| 15 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00005.safetensors",
|
| 16 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00005.safetensors",
|
| 17 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00005.safetensors",
|
| 18 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00005.safetensors",
|
| 19 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00005.safetensors",
|
| 20 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00005.safetensors",
|
| 21 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00005.safetensors",
|
| 22 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00005.safetensors",
|
| 23 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00005.safetensors",
|
| 24 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00005.safetensors",
|
| 25 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00005.safetensors",
|
| 26 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00005.safetensors",
|
| 27 |
+
"model.layers.10.input_layernorm.weight": "model-00001-of-00005.safetensors",
|
| 28 |
+
"model.layers.10.mlp.down_proj.weight": "model-00001-of-00005.safetensors",
|
| 29 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00001-of-00005.safetensors",
|
| 30 |
+
"model.layers.10.mlp.up_proj.weight": "model-00001-of-00005.safetensors",
|
| 31 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00001-of-00005.safetensors",
|
| 32 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00001-of-00005.safetensors",
|
| 33 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00001-of-00005.safetensors",
|
| 34 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00001-of-00005.safetensors",
|
| 35 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00001-of-00005.safetensors",
|
| 36 |
+
"model.layers.11.input_layernorm.weight": "model-00001-of-00005.safetensors",
|
| 37 |
+
"model.layers.11.mlp.down_proj.weight": "model-00001-of-00005.safetensors",
|
| 38 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00001-of-00005.safetensors",
|
| 39 |
+
"model.layers.11.mlp.up_proj.weight": "model-00001-of-00005.safetensors",
|
| 40 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00001-of-00005.safetensors",
|
| 41 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00001-of-00005.safetensors",
|
| 42 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00001-of-00005.safetensors",
|
| 43 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00001-of-00005.safetensors",
|
| 44 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00001-of-00005.safetensors",
|
| 45 |
+
"model.layers.12.input_layernorm.weight": "model-00001-of-00005.safetensors",
|
| 46 |
+
"model.layers.12.mlp.down_proj.weight": "model-00002-of-00005.safetensors",
|
| 47 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00002-of-00005.safetensors",
|
| 48 |
+
"model.layers.12.mlp.up_proj.weight": "model-00002-of-00005.safetensors",
|
| 49 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00002-of-00005.safetensors",
|
| 50 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00002-of-00005.safetensors",
|
| 51 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00002-of-00005.safetensors",
|
| 52 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00002-of-00005.safetensors",
|
| 53 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00002-of-00005.safetensors",
|
| 54 |
+
"model.layers.13.input_layernorm.weight": "model-00002-of-00005.safetensors",
|
| 55 |
+
"model.layers.13.mlp.down_proj.weight": "model-00002-of-00005.safetensors",
|
| 56 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00002-of-00005.safetensors",
|
| 57 |
+
"model.layers.13.mlp.up_proj.weight": "model-00002-of-00005.safetensors",
|
| 58 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00002-of-00005.safetensors",
|
| 59 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00002-of-00005.safetensors",
|
| 60 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00002-of-00005.safetensors",
|
| 61 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00002-of-00005.safetensors",
|
| 62 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00002-of-00005.safetensors",
|
| 63 |
+
"model.layers.14.input_layernorm.weight": "model-00002-of-00005.safetensors",
|
| 64 |
+
"model.layers.14.mlp.down_proj.weight": "model-00002-of-00005.safetensors",
|
| 65 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00002-of-00005.safetensors",
|
| 66 |
+
"model.layers.14.mlp.up_proj.weight": "model-00002-of-00005.safetensors",
|
| 67 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00002-of-00005.safetensors",
|
| 68 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00002-of-00005.safetensors",
|
| 69 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00002-of-00005.safetensors",
|
| 70 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00002-of-00005.safetensors",
|
| 71 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00002-of-00005.safetensors",
|
| 72 |
+
"model.layers.15.input_layernorm.weight": "model-00002-of-00005.safetensors",
|
| 73 |
+
"model.layers.15.mlp.down_proj.weight": "model-00002-of-00005.safetensors",
|
| 74 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00002-of-00005.safetensors",
|
| 75 |
+
"model.layers.15.mlp.up_proj.weight": "model-00002-of-00005.safetensors",
|
| 76 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00002-of-00005.safetensors",
|
| 77 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00002-of-00005.safetensors",
|
| 78 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00002-of-00005.safetensors",
|
| 79 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00002-of-00005.safetensors",
|
| 80 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00002-of-00005.safetensors",
|
| 81 |
+
"model.layers.16.input_layernorm.weight": "model-00002-of-00005.safetensors",
|
| 82 |
+
"model.layers.16.mlp.down_proj.weight": "model-00002-of-00005.safetensors",
|
| 83 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00002-of-00005.safetensors",
|
| 84 |
+
"model.layers.16.mlp.up_proj.weight": "model-00002-of-00005.safetensors",
|
| 85 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00002-of-00005.safetensors",
|
| 86 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00002-of-00005.safetensors",
|
| 87 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00002-of-00005.safetensors",
|
| 88 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00002-of-00005.safetensors",
|
| 89 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00002-of-00005.safetensors",
|
| 90 |
+
"model.layers.17.input_layernorm.weight": "model-00002-of-00005.safetensors",
|
| 91 |
+
"model.layers.17.mlp.down_proj.weight": "model-00002-of-00005.safetensors",
|
| 92 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00002-of-00005.safetensors",
|
| 93 |
+
"model.layers.17.mlp.up_proj.weight": "model-00002-of-00005.safetensors",
|
| 94 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00002-of-00005.safetensors",
|
| 95 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00002-of-00005.safetensors",
|
| 96 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00002-of-00005.safetensors",
|
| 97 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00002-of-00005.safetensors",
|
| 98 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00002-of-00005.safetensors",
|
| 99 |
+
"model.layers.18.input_layernorm.weight": "model-00002-of-00005.safetensors",
|
| 100 |
+
"model.layers.18.mlp.down_proj.weight": "model-00002-of-00005.safetensors",
|
| 101 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00002-of-00005.safetensors",
|
| 102 |
+
"model.layers.18.mlp.up_proj.weight": "model-00002-of-00005.safetensors",
|
| 103 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00002-of-00005.safetensors",
|
| 104 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00002-of-00005.safetensors",
|
| 105 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00002-of-00005.safetensors",
|
| 106 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00002-of-00005.safetensors",
|
| 107 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00002-of-00005.safetensors",
|
| 108 |
+
"model.layers.19.input_layernorm.weight": "model-00002-of-00005.safetensors",
|
| 109 |
+
"model.layers.19.mlp.down_proj.weight": "model-00002-of-00005.safetensors",
|
| 110 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00002-of-00005.safetensors",
|
| 111 |
+
"model.layers.19.mlp.up_proj.weight": "model-00002-of-00005.safetensors",
|
| 112 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00002-of-00005.safetensors",
|
| 113 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00002-of-00005.safetensors",
|
| 114 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00002-of-00005.safetensors",
|
| 115 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00002-of-00005.safetensors",
|
| 116 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00002-of-00005.safetensors",
|
| 117 |
+
"model.layers.2.input_layernorm.weight": "model-00002-of-00005.safetensors",
|
| 118 |
+
"model.layers.2.mlp.down_proj.weight": "model-00002-of-00005.safetensors",
|
| 119 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00002-of-00005.safetensors",
|
| 120 |
+
"model.layers.2.mlp.up_proj.weight": "model-00002-of-00005.safetensors",
|
| 121 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00002-of-00005.safetensors",
|
| 122 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00002-of-00005.safetensors",
|
| 123 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00002-of-00005.safetensors",
|
| 124 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00002-of-00005.safetensors",
|
| 125 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00002-of-00005.safetensors",
|
| 126 |
+
"model.layers.20.input_layernorm.weight": "model-00002-of-00005.safetensors",
|
| 127 |
+
"model.layers.20.mlp.down_proj.weight": "model-00003-of-00005.safetensors",
|
| 128 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00003-of-00005.safetensors",
|
| 129 |
+
"model.layers.20.mlp.up_proj.weight": "model-00003-of-00005.safetensors",
|
| 130 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00003-of-00005.safetensors",
|
| 131 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00003-of-00005.safetensors",
|
| 132 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00003-of-00005.safetensors",
|
| 133 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00003-of-00005.safetensors",
|
| 134 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00003-of-00005.safetensors",
|
| 135 |
+
"model.layers.21.input_layernorm.weight": "model-00003-of-00005.safetensors",
|
| 136 |
+
"model.layers.21.mlp.down_proj.weight": "model-00003-of-00005.safetensors",
|
| 137 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00003-of-00005.safetensors",
|
| 138 |
+
"model.layers.21.mlp.up_proj.weight": "model-00003-of-00005.safetensors",
|
| 139 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00003-of-00005.safetensors",
|
| 140 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00003-of-00005.safetensors",
|
| 141 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00003-of-00005.safetensors",
|
| 142 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00003-of-00005.safetensors",
|
| 143 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00003-of-00005.safetensors",
|
| 144 |
+
"model.layers.22.input_layernorm.weight": "model-00003-of-00005.safetensors",
|
| 145 |
+
"model.layers.22.mlp.down_proj.weight": "model-00003-of-00005.safetensors",
|
| 146 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00003-of-00005.safetensors",
|
| 147 |
+
"model.layers.22.mlp.up_proj.weight": "model-00003-of-00005.safetensors",
|
| 148 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00003-of-00005.safetensors",
|
| 149 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00003-of-00005.safetensors",
|
| 150 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00003-of-00005.safetensors",
|
| 151 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00003-of-00005.safetensors",
|
| 152 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00003-of-00005.safetensors",
|
| 153 |
+
"model.layers.23.input_layernorm.weight": "model-00003-of-00005.safetensors",
|
| 154 |
+
"model.layers.23.mlp.down_proj.weight": "model-00003-of-00005.safetensors",
|
| 155 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00003-of-00005.safetensors",
|
| 156 |
+
"model.layers.23.mlp.up_proj.weight": "model-00003-of-00005.safetensors",
|
| 157 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00003-of-00005.safetensors",
|
| 158 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00003-of-00005.safetensors",
|
| 159 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00003-of-00005.safetensors",
|
| 160 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00003-of-00005.safetensors",
|
| 161 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00003-of-00005.safetensors",
|
| 162 |
+
"model.layers.24.input_layernorm.weight": "model-00003-of-00005.safetensors",
|
| 163 |
+
"model.layers.24.mlp.down_proj.weight": "model-00003-of-00005.safetensors",
|
| 164 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00003-of-00005.safetensors",
|
| 165 |
+
"model.layers.24.mlp.up_proj.weight": "model-00003-of-00005.safetensors",
|
| 166 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00003-of-00005.safetensors",
|
| 167 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00003-of-00005.safetensors",
|
| 168 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00003-of-00005.safetensors",
|
| 169 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00003-of-00005.safetensors",
|
| 170 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00003-of-00005.safetensors",
|
| 171 |
+
"model.layers.25.input_layernorm.weight": "model-00003-of-00005.safetensors",
|
| 172 |
+
"model.layers.25.mlp.down_proj.weight": "model-00003-of-00005.safetensors",
|
| 173 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00003-of-00005.safetensors",
|
| 174 |
+
"model.layers.25.mlp.up_proj.weight": "model-00003-of-00005.safetensors",
|
| 175 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00003-of-00005.safetensors",
|
| 176 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00003-of-00005.safetensors",
|
| 177 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00003-of-00005.safetensors",
|
| 178 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00003-of-00005.safetensors",
|
| 179 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00003-of-00005.safetensors",
|
| 180 |
+
"model.layers.26.input_layernorm.weight": "model-00003-of-00005.safetensors",
|
| 181 |
+
"model.layers.26.mlp.down_proj.weight": "model-00003-of-00005.safetensors",
|
| 182 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00003-of-00005.safetensors",
|
| 183 |
+
"model.layers.26.mlp.up_proj.weight": "model-00003-of-00005.safetensors",
|
| 184 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00003-of-00005.safetensors",
|
| 185 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00003-of-00005.safetensors",
|
| 186 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00003-of-00005.safetensors",
|
| 187 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00003-of-00005.safetensors",
|
| 188 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00003-of-00005.safetensors",
|
| 189 |
+
"model.layers.27.input_layernorm.weight": "model-00003-of-00005.safetensors",
|
| 190 |
+
"model.layers.27.mlp.down_proj.weight": "model-00003-of-00005.safetensors",
|
| 191 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00003-of-00005.safetensors",
|
| 192 |
+
"model.layers.27.mlp.up_proj.weight": "model-00003-of-00005.safetensors",
|
| 193 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00003-of-00005.safetensors",
|
| 194 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00003-of-00005.safetensors",
|
| 195 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00003-of-00005.safetensors",
|
| 196 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00003-of-00005.safetensors",
|
| 197 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00003-of-00005.safetensors",
|
| 198 |
+
"model.layers.28.input_layernorm.weight": "model-00003-of-00005.safetensors",
|
| 199 |
+
"model.layers.28.mlp.down_proj.weight": "model-00003-of-00005.safetensors",
|
| 200 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00003-of-00005.safetensors",
|
| 201 |
+
"model.layers.28.mlp.up_proj.weight": "model-00003-of-00005.safetensors",
|
| 202 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00003-of-00005.safetensors",
|
| 203 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00003-of-00005.safetensors",
|
| 204 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00003-of-00005.safetensors",
|
| 205 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00003-of-00005.safetensors",
|
| 206 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00003-of-00005.safetensors",
|
| 207 |
+
"model.layers.29.input_layernorm.weight": "model-00003-of-00005.safetensors",
|
| 208 |
+
"model.layers.29.mlp.down_proj.weight": "model-00004-of-00005.safetensors",
|
| 209 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00004-of-00005.safetensors",
|
| 210 |
+
"model.layers.29.mlp.up_proj.weight": "model-00004-of-00005.safetensors",
|
| 211 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00004-of-00005.safetensors",
|
| 212 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00004-of-00005.safetensors",
|
| 213 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00004-of-00005.safetensors",
|
| 214 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00004-of-00005.safetensors",
|
| 215 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00004-of-00005.safetensors",
|
| 216 |
+
"model.layers.3.input_layernorm.weight": "model-00004-of-00005.safetensors",
|
| 217 |
+
"model.layers.3.mlp.down_proj.weight": "model-00004-of-00005.safetensors",
|
| 218 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00004-of-00005.safetensors",
|
| 219 |
+
"model.layers.3.mlp.up_proj.weight": "model-00004-of-00005.safetensors",
|
| 220 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00004-of-00005.safetensors",
|
| 221 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00004-of-00005.safetensors",
|
| 222 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00004-of-00005.safetensors",
|
| 223 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00004-of-00005.safetensors",
|
| 224 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00004-of-00005.safetensors",
|
| 225 |
+
"model.layers.30.input_layernorm.weight": "model-00004-of-00005.safetensors",
|
| 226 |
+
"model.layers.30.mlp.down_proj.weight": "model-00004-of-00005.safetensors",
|
| 227 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00004-of-00005.safetensors",
|
| 228 |
+
"model.layers.30.mlp.up_proj.weight": "model-00004-of-00005.safetensors",
|
| 229 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00004-of-00005.safetensors",
|
| 230 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00004-of-00005.safetensors",
|
| 231 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00004-of-00005.safetensors",
|
| 232 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00004-of-00005.safetensors",
|
| 233 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00004-of-00005.safetensors",
|
| 234 |
+
"model.layers.31.input_layernorm.weight": "model-00004-of-00005.safetensors",
|
| 235 |
+
"model.layers.31.mlp.down_proj.weight": "model-00004-of-00005.safetensors",
|
| 236 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00004-of-00005.safetensors",
|
| 237 |
+
"model.layers.31.mlp.up_proj.weight": "model-00004-of-00005.safetensors",
|
| 238 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00004-of-00005.safetensors",
|
| 239 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00004-of-00005.safetensors",
|
| 240 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00004-of-00005.safetensors",
|
| 241 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00004-of-00005.safetensors",
|
| 242 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00004-of-00005.safetensors",
|
| 243 |
+
"model.layers.32.input_layernorm.weight": "model-00004-of-00005.safetensors",
|
| 244 |
+
"model.layers.32.mlp.down_proj.weight": "model-00004-of-00005.safetensors",
|
| 245 |
+
"model.layers.32.mlp.gate_proj.weight": "model-00004-of-00005.safetensors",
|
| 246 |
+
"model.layers.32.mlp.up_proj.weight": "model-00004-of-00005.safetensors",
|
| 247 |
+
"model.layers.32.post_attention_layernorm.weight": "model-00004-of-00005.safetensors",
|
| 248 |
+
"model.layers.32.self_attn.k_proj.weight": "model-00004-of-00005.safetensors",
|
| 249 |
+
"model.layers.32.self_attn.o_proj.weight": "model-00004-of-00005.safetensors",
|
| 250 |
+
"model.layers.32.self_attn.q_proj.weight": "model-00004-of-00005.safetensors",
|
| 251 |
+
"model.layers.32.self_attn.v_proj.weight": "model-00004-of-00005.safetensors",
|
| 252 |
+
"model.layers.33.input_layernorm.weight": "model-00004-of-00005.safetensors",
|
| 253 |
+
"model.layers.33.mlp.down_proj.weight": "model-00004-of-00005.safetensors",
|
| 254 |
+
"model.layers.33.mlp.gate_proj.weight": "model-00004-of-00005.safetensors",
|
| 255 |
+
"model.layers.33.mlp.up_proj.weight": "model-00004-of-00005.safetensors",
|
| 256 |
+
"model.layers.33.post_attention_layernorm.weight": "model-00004-of-00005.safetensors",
|
| 257 |
+
"model.layers.33.self_attn.k_proj.weight": "model-00004-of-00005.safetensors",
|
| 258 |
+
"model.layers.33.self_attn.o_proj.weight": "model-00004-of-00005.safetensors",
|
| 259 |
+
"model.layers.33.self_attn.q_proj.weight": "model-00004-of-00005.safetensors",
|
| 260 |
+
"model.layers.33.self_attn.v_proj.weight": "model-00004-of-00005.safetensors",
|
| 261 |
+
"model.layers.34.input_layernorm.weight": "model-00004-of-00005.safetensors",
|
| 262 |
+
"model.layers.34.mlp.down_proj.weight": "model-00004-of-00005.safetensors",
|
| 263 |
+
"model.layers.34.mlp.gate_proj.weight": "model-00004-of-00005.safetensors",
|
| 264 |
+
"model.layers.34.mlp.up_proj.weight": "model-00004-of-00005.safetensors",
|
| 265 |
+
"model.layers.34.post_attention_layernorm.weight": "model-00004-of-00005.safetensors",
|
| 266 |
+
"model.layers.34.self_attn.k_proj.weight": "model-00004-of-00005.safetensors",
|
| 267 |
+
"model.layers.34.self_attn.o_proj.weight": "model-00004-of-00005.safetensors",
|
| 268 |
+
"model.layers.34.self_attn.q_proj.weight": "model-00004-of-00005.safetensors",
|
| 269 |
+
"model.layers.34.self_attn.v_proj.weight": "model-00004-of-00005.safetensors",
|
| 270 |
+
"model.layers.35.input_layernorm.weight": "model-00004-of-00005.safetensors",
|
| 271 |
+
"model.layers.35.mlp.down_proj.weight": "model-00004-of-00005.safetensors",
|
| 272 |
+
"model.layers.35.mlp.gate_proj.weight": "model-00004-of-00005.safetensors",
|
| 273 |
+
"model.layers.35.mlp.up_proj.weight": "model-00004-of-00005.safetensors",
|
| 274 |
+
"model.layers.35.post_attention_layernorm.weight": "model-00004-of-00005.safetensors",
|
| 275 |
+
"model.layers.35.self_attn.k_proj.weight": "model-00004-of-00005.safetensors",
|
| 276 |
+
"model.layers.35.self_attn.o_proj.weight": "model-00004-of-00005.safetensors",
|
| 277 |
+
"model.layers.35.self_attn.q_proj.weight": "model-00004-of-00005.safetensors",
|
| 278 |
+
"model.layers.35.self_attn.v_proj.weight": "model-00004-of-00005.safetensors",
|
| 279 |
+
"model.layers.36.input_layernorm.weight": "model-00004-of-00005.safetensors",
|
| 280 |
+
"model.layers.36.mlp.down_proj.weight": "model-00004-of-00005.safetensors",
|
| 281 |
+
"model.layers.36.mlp.gate_proj.weight": "model-00004-of-00005.safetensors",
|
| 282 |
+
"model.layers.36.mlp.up_proj.weight": "model-00004-of-00005.safetensors",
|
| 283 |
+
"model.layers.36.post_attention_layernorm.weight": "model-00004-of-00005.safetensors",
|
| 284 |
+
"model.layers.36.self_attn.k_proj.weight": "model-00004-of-00005.safetensors",
|
| 285 |
+
"model.layers.36.self_attn.o_proj.weight": "model-00004-of-00005.safetensors",
|
| 286 |
+
"model.layers.36.self_attn.q_proj.weight": "model-00004-of-00005.safetensors",
|
| 287 |
+
"model.layers.36.self_attn.v_proj.weight": "model-00004-of-00005.safetensors",
|
| 288 |
+
"model.layers.37.input_layernorm.weight": "model-00004-of-00005.safetensors",
|
| 289 |
+
"model.layers.37.mlp.down_proj.weight": "model-00005-of-00005.safetensors",
|
| 290 |
+
"model.layers.37.mlp.gate_proj.weight": "model-00005-of-00005.safetensors",
|
| 291 |
+
"model.layers.37.mlp.up_proj.weight": "model-00005-of-00005.safetensors",
|
| 292 |
+
"model.layers.37.post_attention_layernorm.weight": "model-00005-of-00005.safetensors",
|
| 293 |
+
"model.layers.37.self_attn.k_proj.weight": "model-00005-of-00005.safetensors",
|
| 294 |
+
"model.layers.37.self_attn.o_proj.weight": "model-00005-of-00005.safetensors",
|
| 295 |
+
"model.layers.37.self_attn.q_proj.weight": "model-00005-of-00005.safetensors",
|
| 296 |
+
"model.layers.37.self_attn.v_proj.weight": "model-00005-of-00005.safetensors",
|
| 297 |
+
"model.layers.38.input_layernorm.weight": "model-00005-of-00005.safetensors",
|
| 298 |
+
"model.layers.38.mlp.down_proj.weight": "model-00005-of-00005.safetensors",
|
| 299 |
+
"model.layers.38.mlp.gate_proj.weight": "model-00005-of-00005.safetensors",
|
| 300 |
+
"model.layers.38.mlp.up_proj.weight": "model-00005-of-00005.safetensors",
|
| 301 |
+
"model.layers.38.post_attention_layernorm.weight": "model-00005-of-00005.safetensors",
|
| 302 |
+
"model.layers.38.self_attn.k_proj.weight": "model-00005-of-00005.safetensors",
|
| 303 |
+
"model.layers.38.self_attn.o_proj.weight": "model-00005-of-00005.safetensors",
|
| 304 |
+
"model.layers.38.self_attn.q_proj.weight": "model-00005-of-00005.safetensors",
|
| 305 |
+
"model.layers.38.self_attn.v_proj.weight": "model-00005-of-00005.safetensors",
|
| 306 |
+
"model.layers.39.input_layernorm.weight": "model-00005-of-00005.safetensors",
|
| 307 |
+
"model.layers.39.mlp.down_proj.weight": "model-00005-of-00005.safetensors",
|
| 308 |
+
"model.layers.39.mlp.gate_proj.weight": "model-00005-of-00005.safetensors",
|
| 309 |
+
"model.layers.39.mlp.up_proj.weight": "model-00005-of-00005.safetensors",
|
| 310 |
+
"model.layers.39.post_attention_layernorm.weight": "model-00005-of-00005.safetensors",
|
| 311 |
+
"model.layers.39.self_attn.k_proj.weight": "model-00005-of-00005.safetensors",
|
| 312 |
+
"model.layers.39.self_attn.o_proj.weight": "model-00005-of-00005.safetensors",
|
| 313 |
+
"model.layers.39.self_attn.q_proj.weight": "model-00005-of-00005.safetensors",
|
| 314 |
+
"model.layers.39.self_attn.v_proj.weight": "model-00005-of-00005.safetensors",
|
| 315 |
+
"model.layers.4.input_layernorm.weight": "model-00005-of-00005.safetensors",
|
| 316 |
+
"model.layers.4.mlp.down_proj.weight": "model-00005-of-00005.safetensors",
|
| 317 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00005-of-00005.safetensors",
|
| 318 |
+
"model.layers.4.mlp.up_proj.weight": "model-00005-of-00005.safetensors",
|
| 319 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00005-of-00005.safetensors",
|
| 320 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00005-of-00005.safetensors",
|
| 321 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00005-of-00005.safetensors",
|
| 322 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00005-of-00005.safetensors",
|
| 323 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00005-of-00005.safetensors",
|
| 324 |
+
"model.layers.5.input_layernorm.weight": "model-00005-of-00005.safetensors",
|
| 325 |
+
"model.layers.5.mlp.down_proj.weight": "model-00005-of-00005.safetensors",
|
| 326 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00005-of-00005.safetensors",
|
| 327 |
+
"model.layers.5.mlp.up_proj.weight": "model-00005-of-00005.safetensors",
|
| 328 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00005-of-00005.safetensors",
|
| 329 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00005-of-00005.safetensors",
|
| 330 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00005-of-00005.safetensors",
|
| 331 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00005-of-00005.safetensors",
|
| 332 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00005-of-00005.safetensors",
|
| 333 |
+
"model.layers.6.input_layernorm.weight": "model-00005-of-00005.safetensors",
|
| 334 |
+
"model.layers.6.mlp.down_proj.weight": "model-00005-of-00005.safetensors",
|
| 335 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00005-of-00005.safetensors",
|
| 336 |
+
"model.layers.6.mlp.up_proj.weight": "model-00005-of-00005.safetensors",
|
| 337 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00005-of-00005.safetensors",
|
| 338 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00005-of-00005.safetensors",
|
| 339 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00005-of-00005.safetensors",
|
| 340 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00005-of-00005.safetensors",
|
| 341 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00005-of-00005.safetensors",
|
| 342 |
+
"model.layers.7.input_layernorm.weight": "model-00005-of-00005.safetensors",
|
| 343 |
+
"model.layers.7.mlp.down_proj.weight": "model-00005-of-00005.safetensors",
|
| 344 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00005-of-00005.safetensors",
|
| 345 |
+
"model.layers.7.mlp.up_proj.weight": "model-00005-of-00005.safetensors",
|
| 346 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00005-of-00005.safetensors",
|
| 347 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00005-of-00005.safetensors",
|
| 348 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00005-of-00005.safetensors",
|
| 349 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00005-of-00005.safetensors",
|
| 350 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00005-of-00005.safetensors",
|
| 351 |
+
"model.layers.8.input_layernorm.weight": "model-00005-of-00005.safetensors",
|
| 352 |
+
"model.layers.8.mlp.down_proj.weight": "model-00005-of-00005.safetensors",
|
| 353 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00005-of-00005.safetensors",
|
| 354 |
+
"model.layers.8.mlp.up_proj.weight": "model-00005-of-00005.safetensors",
|
| 355 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00005-of-00005.safetensors",
|
| 356 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00005-of-00005.safetensors",
|
| 357 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00005-of-00005.safetensors",
|
| 358 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00005-of-00005.safetensors",
|
| 359 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00005-of-00005.safetensors",
|
| 360 |
+
"model.layers.9.input_layernorm.weight": "model-00005-of-00005.safetensors",
|
| 361 |
+
"model.layers.9.mlp.down_proj.weight": "model-00005-of-00005.safetensors",
|
| 362 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00005-of-00005.safetensors",
|
| 363 |
+
"model.layers.9.mlp.up_proj.weight": "model-00005-of-00005.safetensors",
|
| 364 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00005-of-00005.safetensors",
|
| 365 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00005-of-00005.safetensors",
|
| 366 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00005-of-00005.safetensors",
|
| 367 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00005-of-00005.safetensors",
|
| 368 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00005-of-00005.safetensors",
|
| 369 |
+
"model.norm.weight": "model-00005-of-00005.safetensors"
|
| 370 |
+
}
|
| 371 |
+
}
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": {
|
| 3 |
+
"content": "<s>",
|
| 4 |
+
"lstrip": false,
|
| 5 |
+
"normalized": false,
|
| 6 |
+
"rstrip": false,
|
| 7 |
+
"single_word": false
|
| 8 |
+
},
|
| 9 |
+
"eos_token": {
|
| 10 |
+
"content": "</s>",
|
| 11 |
+
"lstrip": false,
|
| 12 |
+
"normalized": false,
|
| 13 |
+
"rstrip": false,
|
| 14 |
+
"single_word": false
|
| 15 |
+
},
|
| 16 |
+
"unk_token": {
|
| 17 |
+
"content": "<unk>",
|
| 18 |
+
"lstrip": false,
|
| 19 |
+
"normalized": false,
|
| 20 |
+
"rstrip": false,
|
| 21 |
+
"single_word": false
|
| 22 |
+
}
|
| 23 |
+
}
|
tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:33cb74e9ca1c0323b1be5f7e367b96bae218c22d0c4ed5b0edeec39f3a8755c3
|
| 3 |
+
size 17078856
|
tokenizer_config.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|