Update index.html
Browse files- index.html +10 -6
index.html
CHANGED
@@ -327,10 +327,13 @@
|
|
327 |
</div>
|
328 |
`,
|
329 |
19: `
|
330 |
-
<h2>
|
331 |
-
<p>
|
332 |
-
<
|
333 |
-
|
|
|
|
|
|
|
334 |
20: `
|
335 |
<h2>Day 20</h2>
|
336 |
<p>Wondering what tomorrow’s visualization will be? Like the space to get notified when we reveal it 🤗</p>
|
@@ -383,7 +386,8 @@
|
|
383 |
15: "🔓<br>The Economic Case for Open-Source AI",
|
384 |
16: "💣<br>The Dataset Boom",
|
385 |
17: "⚖️<br>Permission Granted",
|
386 |
-
18: "⭐️<br>Dataset Darlings"
|
|
|
387 |
// Add more custom labels as needed
|
388 |
// 3: "Custom Text",
|
389 |
// 4: "Another Label",
|
@@ -419,7 +423,7 @@
|
|
419 |
|
420 |
// Handle card clicks
|
421 |
const cards = document.querySelectorAll('.card');
|
422 |
-
const activeDays = [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18]; // Add the day numbers you want to highlight
|
423 |
|
424 |
cards.forEach(card => {
|
425 |
const day = parseInt(card.dataset.day);
|
|
|
327 |
</div>
|
328 |
`,
|
329 |
19: `
|
330 |
+
<h2>The Narrowing Gap: Open Source vs Closed Source AI</h2>
|
331 |
+
<p>Performance comparison between closed-source and open-weight models from 2023-2024, showing open source AI closing the capability gap while maintaining smaller model sizes. Bubble size indicates number of parameters.</p>
|
332 |
+
<div class="responsive-iframe-container">
|
333 |
+
<button onclick="toggleBrowserFullscreen(this.parentElement)" style="position: absolute; top: 10px; right: 10px; z-index: 10; padding: 8px; background: rgba(0,0,0,0.6); color: white; border: none; border-radius: 4px; cursor: pointer;">⛶</button>
|
334 |
+
<iframe src="https://aiworld.eu/embed/sota" allowfullscreen></iframe>
|
335 |
+
</div>
|
336 |
+
`,
|
337 |
20: `
|
338 |
<h2>Day 20</h2>
|
339 |
<p>Wondering what tomorrow’s visualization will be? Like the space to get notified when we reveal it 🤗</p>
|
|
|
386 |
15: "🔓<br>The Economic Case for Open-Source AI",
|
387 |
16: "💣<br>The Dataset Boom",
|
388 |
17: "⚖️<br>Permission Granted",
|
389 |
+
18: "⭐️<br>Dataset Darlings",
|
390 |
+
19: "🎯<br>Closing the Gap"
|
391 |
// Add more custom labels as needed
|
392 |
// 3: "Custom Text",
|
393 |
// 4: "Another Label",
|
|
|
423 |
|
424 |
// Handle card clicks
|
425 |
const cards = document.querySelectorAll('.card');
|
426 |
+
const activeDays = [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19]; // Add the day numbers you want to highlight
|
427 |
|
428 |
cards.forEach(card => {
|
429 |
const day = parseInt(card.dataset.day);
|