From 4a867eee0373de8c04ac3197a9db7d1163165e18 Mon Sep 17 00:00:00 2001 From: Alexandre Strube <a.strube@fz-juelich.de> Date: Tue, 25 Mar 2025 18:10:23 +0100 Subject: [PATCH] Add updates for Hunyuan-T1 and Gemini 2.5 in index.md and index.html --- index.md | 4 +++- public/index.html | 9 +++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/index.md b/index.md index ff54113..20bdced 100644 --- a/index.md +++ b/index.md @@ -151,6 +151,7 @@ date: March 26th, 2025 ## Tencent - Hunyuan-DiT LLM and can create images too +- Hunyuan-T1 (24.03.2025) is a Mamba-like model with reasoning, beating o1 - The Five: Home Robot --- @@ -309,11 +310,12 @@ date: March 26th, 2025 # The Open LLM ecosystem: 🇺🇸 - Google: Gemini is closed and state-of-the-art, gemma is open and good + - Gemini 2.5 released 24.03.2025, #1 on LM Arena - Microsoft has tiny, bad ones (but I wouldn't bet against them - getting better) - They are putting money on X's Grok - Twitter/X has Grok-3 for paying customers, Grok-1 is enormous and "old" (from march) - Colossus supercomputer has 200k gpus, aiming for 1M - - Grok is #1 on the leaderboard + - Grok was #1 on the leaderboard until yesterday - Apple is going their own way + using ChatGPT - Falling behind? Who knows? diff --git a/public/index.html b/public/index.html index b9023a3..efa9654 100644 --- a/public/index.html +++ b/public/index.html @@ -362,6 +362,8 @@ to check again</li> <h2 id="tencent">Tencent</h2> <ul> <li class="fragment">Hunyuan-DiT LLM and can create images too</li> +<li class="fragment">Hunyuan-T1 (24.03.2025) is a Mamba-like model with +reasoning, beating o1</li> <li class="fragment">The Five: Home Robot</li> </ul> </section> @@ -566,7 +568,10 @@ multi-modal, multi langage etc <h1>The Open LLM ecosystem: 🇺🇸</h1> <ul> <li class="fragment">Google: Gemini is closed and state-of-the-art, -gemma is open and good</li> +gemma is open and good +<ul> +<li class="fragment">Gemini 2.5 released 24.03.2025, #1 on LM Arena</li> +</ul></li> <li class="fragment">Microsoft has tiny, bad ones (but I wouldn’t bet against them - getting better) <ul> @@ -577,7 +582,7 @@ is enormous and “old” (from march) <ul> <li class="fragment">Colossus supercomputer has 200k gpus, aiming for 1M</li> -<li class="fragment">Grok is #1 on the leaderboard</li> +<li class="fragment">Grok was #1 on the leaderboard until yesterday</li> </ul></li> <li class="fragment">Apple is going their own way + using ChatGPT <ul> -- GitLab