UnstableLlama commited on
Commit
ca50346
·
verified ·
1 Parent(s): 301b6d6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +187 -3
README.md CHANGED
@@ -1,3 +1,187 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: allenai/Olmo-3.1-32B-Instruct
4
+ base_model_relation: quantized
5
+ quantized_by: UnstableLlama
6
+ tags:
7
+ - exl3
8
+ ---
9
+ <style>
10
+ @import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&display=swap');
11
+
12
+ .test-container {
13
+ font-family: 'JetBrains Mono', 'Fira Code', monospace;
14
+ background-color: #0d0d0d;
15
+ color: #00ff9f; /* Neon Green text base */
16
+ padding: 25px;
17
+ border: 1px solid #333;
18
+ border-radius: 4px;
19
+ }
20
+
21
+ .test-header {
22
+ border-bottom: 2px solid #ff00ff; /* Magenta accent */
23
+ margin-bottom: 30px;
24
+ padding-bottom: 15px;
25
+ }
26
+
27
+ .test-header h1 {
28
+ color: #ffffff; /* Pure white text */
29
+ font-size: 1.8em;
30
+ text-transform: uppercase;
31
+ letter-spacing: 1px;
32
+ margin: 0 0 10px 0;
33
+ text-shadow:
34
+ 0 0 8px #ffffff,
35
+ 0 0 16px #cccccc,
36
+ 0 0 24px #999999; /* Strong white/silver glow */
37
+ }
38
+
39
+
40
+ .test-meta {
41
+ display: flex;
42
+ gap: 15px;
43
+ font-size: 0.9em;
44
+ opacity: 0.8;
45
+ }
46
+
47
+ .test-card {
48
+ border: 1px solid #00ff9f;
49
+ margin-bottom: 25px;
50
+ background-color: #111;
51
+ box-shadow: 5px 5px 0px #ff00ff; /* Hard magenta shadow for depth */
52
+ }
53
+
54
+ .test-card h2 {
55
+ background-color: #00ff9f;
56
+ color: #0d0d0d;
57
+ margin: 0;
58
+ padding: 8px 15px;
59
+ text-transform: uppercase;
60
+ font-size: 1.1em;
61
+ font-weight: 800;
62
+ letter-spacing: 1px;
63
+ }
64
+
65
+ .test-content {
66
+ padding: 20px;
67
+ }
68
+
69
+ /* Glitch Table Styling */
70
+ .glitch-table-wrapper {
71
+ width: fit-content; /* Shrinks box to fit content */
72
+ min-width: 400px; /* keeps it from getting too small */
73
+ border: 1px solid rgba(0, 255, 159, 0.4); /* slightly brighter border base */
74
+ border-radius: 6px;
75
+ padding: 15px;
76
+ margin-top: 20px;
77
+ }
78
+ .glitch-table th {
79
+ border-bottom: 2px solid #ff00ff;
80
+ color: #ff00ff;
81
+ padding: 12px;
82
+ font-weight: 700;
83
+ text-transform: uppercase;
84
+ font-size: 0.9em;
85
+ }
86
+ .glitch-table td {
87
+ border-bottom: 1px dashed #333;
88
+ padding: 12px;
89
+ transition: background 0.2s;
90
+ }
91
+ .glitch-table tr:hover td {
92
+ background-color: #1a1a1a;
93
+ color: #fff;
94
+ }
95
+
96
+ /* Link Styling */
97
+ a.test-link {
98
+ color: #00ff9f;
99
+ text-decoration: none;
100
+ font-weight: 700;
101
+ border-bottom: 1px dotted #00ff9f;
102
+ transition: all 0.2s;
103
+ }
104
+ a.test-link:hover {
105
+ background-color: #ff00ff;
106
+ color: #0d0d0d;
107
+ border-bottom: none;
108
+ box-shadow: 3px 3px 0px #00ff9f;
109
+ }
110
+
111
+ /* Code Block Styling */
112
+ .cmd-block {
113
+ background: #000;
114
+ border: 1px solid #333;
115
+ border-left: 3px solid #ff00ff;
116
+ color: #e0e0e0;
117
+ padding: 15px;
118
+ font-size: 0.9em;
119
+ overflow-x: auto;
120
+ white-space: pre-wrap;
121
+ }
122
+ </style>
123
+
124
+ <div class="test-container">
125
+
126
+ <div class="test-header">
127
+ <h1>>> allenai/Olmo-3.1-32B-Instruct</h1>
128
+ <div class="test-meta">
129
+ <div>[QUANT :: UNSTABLELLAMA]</div>
130
+ </div>
131
+ </div>
132
+
133
+ <div class="test-card">
134
+ <h2>// REPO</h2>
135
+ <div class="test-content">
136
+ EXL3 quantizations of <b><a class="test-link" href="https://huggingface.co/UnstableLlama/Olmo-3.1-32B-Instruct-exl3/" target="_blank">allenai's Olmo-3.1-32B-Instruct</a></b>.
137
+ <br><br>
138
+ Quantized with <b><a class="test-link" href="https://github.com/turboderp-org/exllamav3" target="_blank">exllamav3 0.0.18</a></b>.
139
+ </div>
140
+ </div>
141
+
142
+ <div class="test-card">
143
+ <h2>// QUANTS</h2>
144
+ <div class="test-content">
145
+ More BPWs coming soon...
146
+ <table class="glitch-table">
147
+ <thead>
148
+ <tr>
149
+ <th>[BRANCH]</th>
150
+ <th>[GiB]</th>
151
+ <th>[K/L_DIV]</th>
152
+ <th>[PPL]</th>
153
+ </tr>
154
+ </thead>
155
+ <tbody>
156
+ <tr>
157
+ <td><a class="test-link" href="https://huggingface.co/UnstableLlama/Olmo-3.1-32B-Instruct-exl3/3.00bpw" target="_blank">3.00bpw</a></td>
158
+ <td>x</td>
159
+ <td>x</td>
160
+ <td>x</td>
161
+ </tr>
162
+ <tr>
163
+ <td><a class="test-link" href="https://huggingface.co/turboderp/Olmo-3.1-32B-Instruct-exl3/tree/4.00bpw" target="_blank">4.00bpw</a></td>
164
+ <td>x</td>
165
+ <td>x</td>
166
+ <td>x</td>
167
+ </tr>
168
+ <tr>
169
+ <td><a class="test-link" href="https://huggingface.co/allenai/Olmo-3.1-32B-Instruct/tree/main" target="_blank">bf16</td>
170
+ <td>x</td>
171
+ <td>0</td>
172
+ <td>x</td>
173
+ </tr>
174
+ </tbody>
175
+ </table>
176
+ </div>
177
+ </div>
178
+
179
+ <div class="test-card">
180
+ <h2>// DOWNLOAD</h2>
181
+ <div class="test-content">
182
+ Use HF-CLI to pull specific branches to your local machine:
183
+ <div class="cmd-block">huggingface-cli download UnstableLlama/Olmo-3.1-32B-Instruct-exl3 --revision "3.00bpw" --local-dir ./</div>
184
+ </div>
185
+ </div>
186
+
187
+ </div>