Update index.html
Browse files- index.html +19 -0
index.html
CHANGED
@@ -139,6 +139,20 @@
|
|
139 |
margin-top: 10px;
|
140 |
text-transform: uppercase;
|
141 |
letter-spacing: 0.5px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
142 |
}
|
143 |
|
144 |
.description {
|
@@ -196,6 +210,7 @@
|
|
196 |
Open PL LLM Leaderboard
|
197 |
</a>
|
198 |
<span class="polish-tag">Polish</span>
|
|
|
199 |
<p class="description">Comprehensive leaderboard for Polish language models</p>
|
200 |
</div>
|
201 |
|
@@ -204,6 +219,7 @@
|
|
204 |
Polish MT-Bench
|
205 |
</a>
|
206 |
<span class="polish-tag">Polish</span>
|
|
|
207 |
<p class="description">Multi-turn conversation benchmark for Polish</p>
|
208 |
</div>
|
209 |
|
@@ -212,6 +228,7 @@
|
|
212 |
Polish EQ-Bench
|
213 |
</a>
|
214 |
<span class="polish-tag">Polish</span>
|
|
|
215 |
<p class="description">Emotional intelligence benchmark for Polish models</p>
|
216 |
</div>
|
217 |
|
@@ -220,6 +237,7 @@
|
|
220 |
CPTUB Leaderboard
|
221 |
</a>
|
222 |
<span class="polish-tag">Polish</span>
|
|
|
223 |
<p class="description">Comprehensive Polish Text Understanding Benchmark</p>
|
224 |
</div>
|
225 |
|
@@ -228,6 +246,7 @@
|
|
228 |
Polish Medical Leaderboard
|
229 |
</a>
|
230 |
<span class="polish-tag">Polish</span>
|
|
|
231 |
<p class="description">Medical domain benchmark for Polish language models</p>
|
232 |
</div>
|
233 |
|
|
|
139 |
margin-top: 10px;
|
140 |
text-transform: uppercase;
|
141 |
letter-spacing: 0.5px;
|
142 |
+
margin-right: 8px;
|
143 |
+
}
|
144 |
+
|
145 |
+
.speakleash-tag {
|
146 |
+
display: inline-block;
|
147 |
+
background: linear-gradient(135deg, #3498db, #2980b9);
|
148 |
+
color: white;
|
149 |
+
padding: 4px 12px;
|
150 |
+
border-radius: 20px;
|
151 |
+
font-size: 0.8rem;
|
152 |
+
font-weight: 600;
|
153 |
+
margin-top: 10px;
|
154 |
+
text-transform: uppercase;
|
155 |
+
letter-spacing: 0.5px;
|
156 |
}
|
157 |
|
158 |
.description {
|
|
|
210 |
Open PL LLM Leaderboard
|
211 |
</a>
|
212 |
<span class="polish-tag">Polish</span>
|
213 |
+
<span class="speakleash-tag">SpeakLeash</span>
|
214 |
<p class="description">Comprehensive leaderboard for Polish language models</p>
|
215 |
</div>
|
216 |
|
|
|
219 |
Polish MT-Bench
|
220 |
</a>
|
221 |
<span class="polish-tag">Polish</span>
|
222 |
+
<span class="speakleash-tag">SpeakLeash</span>
|
223 |
<p class="description">Multi-turn conversation benchmark for Polish</p>
|
224 |
</div>
|
225 |
|
|
|
228 |
Polish EQ-Bench
|
229 |
</a>
|
230 |
<span class="polish-tag">Polish</span>
|
231 |
+
<span class="speakleash-tag">SpeakLeash</span>
|
232 |
<p class="description">Emotional intelligence benchmark for Polish models</p>
|
233 |
</div>
|
234 |
|
|
|
237 |
CPTUB Leaderboard
|
238 |
</a>
|
239 |
<span class="polish-tag">Polish</span>
|
240 |
+
<span class="speakleash-tag">SpeakLeash</span>
|
241 |
<p class="description">Comprehensive Polish Text Understanding Benchmark</p>
|
242 |
</div>
|
243 |
|
|
|
246 |
Polish Medical Leaderboard
|
247 |
</a>
|
248 |
<span class="polish-tag">Polish</span>
|
249 |
+
<span class="speakleash-tag">SpeakLeash</span>
|
250 |
<p class="description">Medical domain benchmark for Polish language models</p>
|
251 |
</div>
|
252 |
|