File size: 12,917 Bytes
c077997
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
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
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
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
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
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
---
license: apache-2.0
base_model:
- Delta-Vector/Austral-70B-Preview
language:
- en
library_name: transformers
tags:
- roleplay
- finetune
- axolotl
- adventure
- creative-writing
- llama
- 70B
- KTO
- RL
---
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Austral 70B Winton</title>
  <link href="" rel="stylesheet">
  <style>
    body {
      font-family: 'Roboto Slab', serif;
      background: linear-gradient(135deg, #8B4513 0%, #A0522D 25%, #CD853F 50%, #D2691E 75%, #8B4513 100%);
      background-size: 400% 400%;
      animation: prehistoricShift 20s ease-in-out infinite;
      color: #2F1B14;
      margin: 0;
      padding: 0;
      font-size: 16px;
      min-height: 100vh;
    }
    @keyframes prehistoricShift {
      0%, 100% { background-position: 0% 50%; }
      50% { background-position: 100% 50%; }
    }
    .container {
      margin: 20px;
      background: linear-gradient(145deg, #F4E4BC 0%, #DEB887 100%);
      padding: 20px;
      border-radius: 15px;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4), inset 0 2px 5px rgba(255, 255, 255, 0.3);
      border: 4px solid #8B4513;
      position: relative;
      overflow: hidden;
    }
    .container::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-image: 
        radial-gradient(circle at 20% 80%, rgba(139, 69, 19, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(160, 82, 45, 0.1) 0%, transparent 50%);
      pointer-events: none;
    }
    .header h1 {
      font-family: 'Cinzel', serif;
      font-size: 32px;
      color: #5D2E0C;
      margin: 0 0 20px 0;
      text-align: center;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
      letter-spacing: 2px;
      position: relative;
    }
    .section {
      margin-top: 30px;
      position: relative;
    }
    .section h2 {
      font-family: 'Cinzel', serif;
      font-size: 26px;
      color: #5D2E0C;
      text-align: center;
      margin-bottom: 20px;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
      letter-spacing: 1px;
    }
    .info p {
      color: #2F1B14;
      line-height: 1.7;
      font-size: 16px;
      text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
    }
    .info img {
      width: 85%;
      border-radius: 12px;
      margin: 0 auto 15px;
      display: block;
      box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
      border: 3px solid #8B4513;
      filter: sepia(20%) contrast(110%);
    }
    a {
      color: #5D2E0C;
      text-decoration: none;
      transition: all 0.3s ease;
      font-weight: 500;
    }
    a:hover {
      color: #8B4513;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    }
    .button {
      display: inline-block;
      background: linear-gradient(145deg, #CD853F, #D2691E);
      color: #2F1B14;
      padding: 12px 24px;
      border-radius: 8px;
      cursor: pointer;
      text-decoration: none;
      transition: all 0.3s ease;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      border: 2px solid #8B4513;
    }
    .button:hover {
      background: linear-gradient(145deg, #D2691E, #CD853F);
      box-shadow: 0 6px 15px rgba(139, 69, 19, 0.4);
      transform: translateY(-2px);
    }
    pre {
      background: linear-gradient(145deg, #F5DEB3, #DEB887);
      padding: 20px;
      border-radius: 8px;
      overflow-x: auto;
      border: 2px solid #8B4513;
      box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
    }
    code {
      font-family: 'Courier New', monospace;
      color: #2F1B14;
    }
    .info-card {
      background: linear-gradient(145deg, #F5DEB3, #DEB887);
      border: 3px solid #8B4513;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    }
    .info-header {
      background: linear-gradient(145deg, #CD853F, #D2691E);
      padding: 25px;
      border-bottom: 2px solid #8B4513;
    }
    .info-header h3 {
      font-family: 'Cinzel', serif;
      color: #2F1B14;
      margin: 0 0 15px 0;
      font-size: 22px;
      text-align: center;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
      letter-spacing: 1px;
    }
    .model-tags {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      justify-content: center;
    }
    .model-tag {
      background: linear-gradient(145deg, #DEB887, #CD853F);
      color: #2F1B14;
      padding: 6px 12px;
      border-radius: 6px;
      font-size: 12px;
      border: 2px solid #8B4513;
      font-weight: 500;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    .model-composition {
      padding: 25px;
      border-bottom: 2px solid #8B4513;
    }
    .model-composition h4 {
      font-family: 'Cinzel', serif;
      color: #5D2E0C;
      margin: 0 0 20px 0;
      font-size: 18px;
      text-align: center;
      letter-spacing: 1px;
    }
    .composition-list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: grid;
      gap: 15px;
    }
    .composition-list li {
      color: #2F1B14;
      display: flex;
      align-items: baseline;
      gap: 12px;
      padding: 10px;
      background: rgba(245, 222, 179, 0.5);
      border-radius: 6px;
      border-left: 4px solid #8B4513;
    }
    .model-component {
      font-weight: 600;
      min-width: 120px;
    }
    .model-description {
      padding: 25px;
      background: linear-gradient(145deg, #F5DEB3, #F4E4BC);
    }
    .metrics-section {
      margin-bottom: 30px;
    }
    .metrics-section details {
      background: linear-gradient(145deg, #F5DEB3, #DEB887);
      border: 3px solid #8B4513;
      border-radius: 10px;
      padding: 20px;
      margin-bottom: 20px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }
    .metrics-section summary {
      font-family: 'Cinzel', serif;
      color: #5D2E0C;
      font-size: 18px;
      cursor: pointer;
      outline: none;
      padding: 10px 0;
      text-align: center;
      font-weight: 500;
      letter-spacing: 1px;
    }
    .creator-section {
      margin: 25px 0;
      text-align: center;
    }
    .creator-badge {
      display: inline-flex;
      align-items: center;
      background: linear-gradient(145deg, #CD853F, #D2691E);
      border: 3px solid #8B4513;
      border-radius: 10px;
      padding: 15px 20px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }
    .creator-label {
      color: #2F1B14;
      font-size: 14px;
      margin-right: 10px;
      font-weight: 500;
    }
    .creator-link {
      display: flex;
      align-items: center;
      gap: 8px;
      color: #2F1B14;
      text-decoration: none;
      transition: all 0.3s ease;
    }
    .creator-name {
      font-weight: 600;
    }
    .creator-arrow {
      font-size: 16px;
      transition: transform 0.3s ease;
    }
    .creator-link:hover .creator-arrow {
      transform: translateX(5px);
    }
    .link-arrow {
      display: inline-block;
      transition: transform 0.3s ease;
    }
    a:hover .link-arrow {
      transform: translateX(3px);
    }
    .axolotl-container {
      text-align: center;
      margin: 35px 0;
    }
    .axolotl-container img {
      max-width: 300px;
      border-radius: 10px;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
      border: 3px solid #8B4513;
      filter: sepia(30%) contrast(110%);
    }
    .fossil-texture {
      position: relative;
    }
    .fossil-texture::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-image: 
        radial-gradient(circle at 25% 25%, rgba(139, 69, 19, 0.05) 2px, transparent 2px),
        radial-gradient(circle at 75% 75%, rgba(160, 82, 45, 0.05) 1px, transparent 1px);
      background-size: 50px 50px, 30px 30px;
      pointer-events: none;
    }
  </style>
</head>
<body>
  <div class="container fossil-texture">
    <div class="header">
      <h1>Austral 24B Winton</h1>
      </p>
    </div>
    <div class="info">
      <img src="https://cdn-uploads.huggingface.co/production/uploads/66c26b6fb01b19d8c3c2467b/jxUvuFK1bdOdAPiYIcBW5.jpeg" alt="Model banner">
      <div style="text-align: center;">
        <div class="creator-section">
          <div class="creator-badge">
            <span class="creator-label">Trained by</span>
            <a href="https://huggingface.co/Delta-Vector" target="_blank" class="creator-link">
              <span class="creator-name">Delta-Vector</span>
            </a>
          </div>
        </div>
        <div class="model-info">
          <h2>Overview</h2>
          <div class="info-card">
            <div class="info-header">
              <h3>Austral 24B - Winton</h3>
              <div class="model-tags">
                <span class="model-tag">Vulpecula Finetune</span>
                <span class="model-tag">Llama Based</span>
                <span class ="model-tag">KTO enhanced</span>
                <span class ="model-tag">Adventure/Roleplay generalist</span>
                <span class="model-tag">70B Sized model</span>
              </div>
            </div>
            <div class="model-description">
<p style="font-weight: bold; font-style: italic;">More than 1.5-metres tall, about six-metres long and up to 1000-kilograms heavy, Australovenator Wintonensis was a fast and agile hunter. The largest known Australian theropod.</p>
              <p>This is a finetune of Austral-70B-Preview to be a generalist Roleplay/Adventure model. This is just a KTO RL train ontop of Austral-Preview, I've improved coherency and Intelligence while keeping the creative side of the model while reducing some of the 'slops' you'd encounter in a Drummer model ;)</p>
               <p>Support my finetunes / Me on Kofi: https://Ko-fi.com/deltavector | Thank you to Auri for helping/Testing ♥</p>
               <p>FYI - While i can't stop people from merging this model and keeping it a secret, I request all models using this model to be merged to have accessible mergekit configs.</p>
            </div>
          </div>
        </div>
        <div class="section">
          <h2>Quants</h2>
          <div class="info-card">
            <div class="model-composition">
              <h4>Quants Formats</h4>
              <ul class="composition-list">
                <li><span class="model-component"><a href="https://huggingface.co/bartowski/Delta-Vector_Austral-24B-Winton-GGUF" target="_blank">GGUF</a></span>For use with LLama.cpp & Forks(coming soon!))</li>
                <li><span class="model-component"><a href="https://huggingface.co/ArtusDev/Delta-Vector_Austral-24B-Winton-EXL3" target="_blank">EXL3</a></span>For use with TabbyAPI (Coming soon!)</li>
                <li><span class="model-component"><a href="https://huggingface.co/ArtusDev/Delta-Vector_Austral-24B-Winton-EXL2" target="_blank">EXL2</a></span>For use with TabbyAPI - Faster on Ampere (Coming soon!)</li>
              </ul>
            </div>
          </div>
        </div>
        <div class="section">
          <h2>Chat Format</h2>
          <p>This model utilizes ChatML.</p>
          <pre><code><|im_start|>user
Hi there!<|im_end|>
<|im_start|>assistant
Nice to meet you!<|im_end|>
<|im_start|>user
Can I ask a question?<|im_end|>
<|im_start|>assistant</code></pre>
        </div>
        <div class="section">
          <h2>Training</h2>
          <p>As goes the Austral tradition - I trained on another great finetune by Sao, Vulpecula - I trained it as a 16bit R128 lora for 2 epochs, This left a very underfit but promising model, For Winton i KTO'd the model to help with coherency using a mix of instruct/Writing datasets.</p>
          <div class="metrics-section">
            <details>
              <summary>Config</summary>
              <pre><code>https://wandb.ai/new-eden/austral/artifacts/axolotl-config/config-3dlacmq5/v0/files/axolotl_config_j6uj7id6.yml</code></pre>
            </details>
          </div>
        </div>
        <div class="section">
          <h2Fossil Formation Process</h2>
          <p>This model was trained over 2 epochs using 8 x A100s for the base SFT, Then i used KTO to clean up some coherency issues for 1 epoch, Total was roughly 48 hours total.</p>
          <p style="text-align: center; margin-top: 20px;">
          <div class="axolotl-container">
            <a href="https://github.com/OpenAccess-AI-Collective/axolotl" target="_blank">
              <img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl">
            </a>
          </div>
          <div class="section">
            <h2>Credits</h2>
            <p>TYSM to my friends: Auri, Zerofata, Lucy, Trappu, Alicat, Kubernetes Bad, Intervitens, NyxKrage & Kalomaze</p>
            </p>
          </div>
        </div>
      </div>
    </div>
  </div>
</body>
</html>