Spaces:
Running
Running
Update index.html
Browse files- index.html +57 -1
index.html
CHANGED
@@ -181,6 +181,17 @@
|
|
181 |
<button class="toggle-button open-source" onclick="filterEvents('open-source')">Open Weights Only</button>
|
182 |
<button class="toggle-button api-only" onclick="filterEvents('api-only')">API Only</button>
|
183 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
184 |
<div class="timeline">
|
185 |
<!-- February 2024 -->
|
186 |
<div class="month">
|
@@ -317,6 +328,11 @@
|
|
317 |
<p>Mistral AI releases Codestral (<a href="https://huggingface.co/mistralai/Codestral-22B-v0.1" target="_blank">open weights</a>).</p>
|
318 |
<span class="tag open-source">Open Weights</span>
|
319 |
</div>
|
|
|
|
|
|
|
|
|
|
|
320 |
</div>
|
321 |
<!-- June 2024 -->
|
322 |
<div class="month">
|
@@ -341,6 +357,11 @@
|
|
341 |
<p>Runway introduces Gen3 Alpha for video generation.</p>
|
342 |
<span class="tag api-only">API Only</span>
|
343 |
</div>
|
|
|
|
|
|
|
|
|
|
|
344 |
<div class="event">
|
345 |
<h4>Claude Sonnet 3.5</h4>
|
346 |
<p>Anthropic releases Claude Sonnet 3.5.</p>
|
@@ -429,6 +450,11 @@
|
|
429 |
<p>xAI Corporation launches Grok 2 and Grok 2 mini.</p>
|
430 |
<span class="tag api-only">API Only</span>
|
431 |
</div>
|
|
|
|
|
|
|
|
|
|
|
432 |
<div class="event">
|
433 |
<h4>Phi 3.5</h4>
|
434 |
<p>Microsoft introduces Phi 3.5 (<a href="https://huggingface.co/collections/microsoft/phi-3-6626e15e9585a200d2d761e3" target="_blank">open weights</a>).</p>
|
@@ -453,7 +479,12 @@
|
|
453 |
<h4>Command R+</h4>
|
454 |
<p>Cohere releases Command R+ (<a href="https://huggingface.co/CohereForAI/c4ai-command-r-plus-08-2024" target="_blank">open weights</a>).</p>
|
455 |
<span class="tag open-source">Open Weights</span>
|
456 |
-
</div>
|
|
|
|
|
|
|
|
|
|
|
457 |
</div>
|
458 |
<!-- September 2024 -->
|
459 |
<div class="month">
|
@@ -473,6 +504,11 @@
|
|
473 |
<p>OpenAI releases o1 preview and o1 mini.</p>
|
474 |
<span class="tag api-only">API Only</span>
|
475 |
</div>
|
|
|
|
|
|
|
|
|
|
|
476 |
<div class="event">
|
477 |
<h4>Qwen 2.5</h4>
|
478 |
<p>Alibaba releases Qwen 2.5 (<a href="https://huggingface.co/collections/Qwen/qwen25-66e81a666513e518adb90d9e" target="_blank">open weights</a>).</p>
|
@@ -483,6 +519,11 @@
|
|
483 |
<p>KLING 1.5 is released.</p>
|
484 |
<span class="tag api-only">API Only</span>
|
485 |
</div>
|
|
|
|
|
|
|
|
|
|
|
486 |
<div class="event">
|
487 |
<h4>GPT4o Advanced Voice Mode</h4>
|
488 |
<p>OpenAI launches GPT4o Advanced Voice Mode.</p>
|
@@ -710,6 +751,11 @@
|
|
710 |
<p>Google releases Veo 2 for video generation.</p>
|
711 |
<span class="tag api-only">API Only</span>
|
712 |
</div>
|
|
|
|
|
|
|
|
|
|
|
713 |
<div class="event">
|
714 |
<h4>Imagen 3 Update</h4>
|
715 |
<p>Google updates Imagen 3.</p>
|
@@ -750,6 +796,11 @@
|
|
750 |
<p>DeepSeek open-sources DeepSeek V3 (<a href="https://huggingface.co/deepseek-ai" target="_blank">open weights</a>).</p>
|
751 |
<span class="tag open-source">Open Weights</span>
|
752 |
</div>
|
|
|
|
|
|
|
|
|
|
|
753 |
<div class="event">
|
754 |
<h4>QVQ-72B-Preview</h4>
|
755 |
<p>Alibaba unveils QVQ-72B-Preview (<a href="https://huggingface.co/collections/Qwen/qvq-676448c820912236342b9888" target="_blank">open weights</a>).</p>
|
@@ -770,6 +821,11 @@
|
|
770 |
<p>Kling 1.6 is released.</p>
|
771 |
<span class="tag api-only">API Only</span>
|
772 |
</div>
|
|
|
|
|
|
|
|
|
|
|
773 |
</div>
|
774 |
</div>
|
775 |
<script>
|
|
|
181 |
<button class="toggle-button open-source" onclick="filterEvents('open-source')">Open Weights Only</button>
|
182 |
<button class="toggle-button api-only" onclick="filterEvents('api-only')">API Only</button>
|
183 |
</div>
|
184 |
+
<div class="counter-container" style="text-align: center; padding: 20px; background-color: white; margin: 10px 20px; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
|
185 |
+
<span class="counter-item">
|
186 |
+
<span class="counter-label" style="color: #4caf50; font-weight: bold;">Open Source Models:</span>
|
187 |
+
<span class="counter-number" id="open-source-count" style="font-size: 1.2em; margin-left: 5px; color: #2e7d32;">0</span>
|
188 |
+
</span>
|
189 |
+
<span style="margin: 0 20px; color: #ddd;">|</span>
|
190 |
+
<span class="counter-item">
|
191 |
+
<span class="counter-label" style="color: #f44336; font-weight: bold;">API Only Models:</span>
|
192 |
+
<span class="counter-number" id="api-only-count" style="font-size: 1.2em; margin-left: 5px; color: #c62828;">0</span>
|
193 |
+
</span>
|
194 |
+
</div>
|
195 |
<div class="timeline">
|
196 |
<!-- February 2024 -->
|
197 |
<div class="month">
|
|
|
328 |
<p>Mistral AI releases Codestral (<a href="https://huggingface.co/mistralai/Codestral-22B-v0.1" target="_blank">open weights</a>).</p>
|
329 |
<span class="tag open-source">Open Weights</span>
|
330 |
</div>
|
331 |
+
<div class="event">
|
332 |
+
<h4>Falcon 2</h4>
|
333 |
+
<p>TII releases Falcon2-11B and Falcon2-VLM (<a href="https://huggingface.co/collections/tiiuae/falcon2-6641c2f0b98ddf3fe49b4012" target="_blank">open weights</a>).</p>
|
334 |
+
<span class="tag open-source">Open Weights</span>
|
335 |
+
</div>
|
336 |
</div>
|
337 |
<!-- June 2024 -->
|
338 |
<div class="month">
|
|
|
357 |
<p>Runway introduces Gen3 Alpha for video generation.</p>
|
358 |
<span class="tag api-only">API Only</span>
|
359 |
</div>
|
360 |
+
<div class="event">
|
361 |
+
<h4>Yi 1.5</h4>
|
362 |
+
<p>01 AI releases Yi 1.5 (<a href="https://huggingface.co/collections/01-ai/yi-15-2024-05-663f3ecab5f815a3eaca7ca8" target="_blank">open weights</a>).</p>
|
363 |
+
<span class="tag open-source">Open Weights</span>
|
364 |
+
</div>
|
365 |
<div class="event">
|
366 |
<h4>Claude Sonnet 3.5</h4>
|
367 |
<p>Anthropic releases Claude Sonnet 3.5.</p>
|
|
|
450 |
<p>xAI Corporation launches Grok 2 and Grok 2 mini.</p>
|
451 |
<span class="tag api-only">API Only</span>
|
452 |
</div>
|
453 |
+
<div class="event">
|
454 |
+
<h4>Hermes 3</h4>
|
455 |
+
<p>Nous Research releases Hermes 3 (<a href="https://huggingface.co/collections/NousResearch/hermes-3-66bd6c01399b14b08fe335ea" target="_blank">open weights</a>).</p>
|
456 |
+
<span class="tag open-source">Open Weights</span>
|
457 |
+
</div>
|
458 |
<div class="event">
|
459 |
<h4>Phi 3.5</h4>
|
460 |
<p>Microsoft introduces Phi 3.5 (<a href="https://huggingface.co/collections/microsoft/phi-3-6626e15e9585a200d2d761e3" target="_blank">open weights</a>).</p>
|
|
|
479 |
<h4>Command R+</h4>
|
480 |
<p>Cohere releases Command R+ (<a href="https://huggingface.co/CohereForAI/c4ai-command-r-plus-08-2024" target="_blank">open weights</a>).</p>
|
481 |
<span class="tag open-source">Open Weights</span>
|
482 |
+
</div>
|
483 |
+
<div class="event">
|
484 |
+
<h4>Falcon Mamba</h4>
|
485 |
+
<p>TII introduces state space model Falcon Mamba(<a href="https://huggingface.co/collections/tiiuae/falconmamba-7b-66b9a580324dd1598b0f6d4a" target="_blank">open weights</a>).</p>
|
486 |
+
<span class="tag open-source">Open Weights</span>
|
487 |
+
</div>
|
488 |
</div>
|
489 |
<!-- September 2024 -->
|
490 |
<div class="month">
|
|
|
504 |
<p>OpenAI releases o1 preview and o1 mini.</p>
|
505 |
<span class="tag api-only">API Only</span>
|
506 |
</div>
|
507 |
+
<div class="event">
|
508 |
+
<h4>Granite Code</h4>
|
509 |
+
<p>IBM introduces Granite Code (<a href="https://huggingface.co/collections/ibm-granite/granite-code-models-6624c5cec322e4c148c8b330" target="_blank">open weights</a>).</p>
|
510 |
+
<span class="tag open-source">Open Weights</span>
|
511 |
+
</div>
|
512 |
<div class="event">
|
513 |
<h4>Qwen 2.5</h4>
|
514 |
<p>Alibaba releases Qwen 2.5 (<a href="https://huggingface.co/collections/Qwen/qwen25-66e81a666513e518adb90d9e" target="_blank">open weights</a>).</p>
|
|
|
519 |
<p>KLING 1.5 is released.</p>
|
520 |
<span class="tag api-only">API Only</span>
|
521 |
</div>
|
522 |
+
<div class="event">
|
523 |
+
<h4>Yi Coder</h4>
|
524 |
+
<p>01 AI releases Yi-Coder (<a href="https://huggingface.co/collections/01-ai/yi-coder-66bdb00f5bdd611f9a008f30" target="_blank">open weights</a>).</p>
|
525 |
+
<span class="tag open-source">Open Weights</span>
|
526 |
+
</div>
|
527 |
<div class="event">
|
528 |
<h4>GPT4o Advanced Voice Mode</h4>
|
529 |
<p>OpenAI launches GPT4o Advanced Voice Mode.</p>
|
|
|
751 |
<p>Google releases Veo 2 for video generation.</p>
|
752 |
<span class="tag api-only">API Only</span>
|
753 |
</div>
|
754 |
+
<div class="event">
|
755 |
+
<h4>Granite 3.1</h4>
|
756 |
+
<p>IBM open-sources Granite 3.1 (<a href="https://huggingface.co/collections/ibm-granite/granite-31-language-models-6751dbbf2f3389bec5c6f02d" target="_blank">open weights</a>).</p>
|
757 |
+
<span class="tag open-source">Open Weights</span>
|
758 |
+
</div>
|
759 |
<div class="event">
|
760 |
<h4>Imagen 3 Update</h4>
|
761 |
<p>Google updates Imagen 3.</p>
|
|
|
796 |
<p>DeepSeek open-sources DeepSeek V3 (<a href="https://huggingface.co/deepseek-ai" target="_blank">open weights</a>).</p>
|
797 |
<span class="tag open-source">Open Weights</span>
|
798 |
</div>
|
799 |
+
<div class="event">
|
800 |
+
<h4>ModernBERT</h4>
|
801 |
+
<p>AnswerAI and LightOn open-source ModernBERT (<a href="https://huggingface.co/collections/answerdotai/modernbert-67627ad707a4acbf33c41deb" target="_blank">open weights</a>).</p>
|
802 |
+
<span class="tag open-source">Open Weights</span>
|
803 |
+
</div>
|
804 |
<div class="event">
|
805 |
<h4>QVQ-72B-Preview</h4>
|
806 |
<p>Alibaba unveils QVQ-72B-Preview (<a href="https://huggingface.co/collections/Qwen/qvq-676448c820912236342b9888" target="_blank">open weights</a>).</p>
|
|
|
821 |
<p>Kling 1.6 is released.</p>
|
822 |
<span class="tag api-only">API Only</span>
|
823 |
</div>
|
824 |
+
<div class="event">
|
825 |
+
<h4>Falcon 3</h4>
|
826 |
+
<p>TII releases Falcon 3 family of models (<a href="https://huggingface.co/blog/falcon3" target="_blank">open weights</a>).</p>
|
827 |
+
<span class="tag open-source">Open Weights</span>
|
828 |
+
</div>
|
829 |
</div>
|
830 |
</div>
|
831 |
<script>
|