From 3f5c82c51e5cc098df775b85ec38eceb2a92508a Mon Sep 17 00:00:00 2001 From: Alexandre Strube <a.strube@fz-juelich.de> Date: Mon, 26 Aug 2024 12:33:39 +0200 Subject: [PATCH] moved jamba around --- index.md | 10 ++++++++++ public/index.html | 11 +++++++++++ 2 files changed, 21 insertions(+) diff --git a/index.md b/index.md index 2d797c0..0bb0484 100644 --- a/index.md +++ b/index.md @@ -55,6 +55,16 @@ date: August 28, 2024 --- +# Non-transformer architectures + +- Currently, Jamba 1.5 is the best one +- Performs well on benchmarks +- What about real examples? +- Some mathematical discussions about it being turing-complete (probably not) +- Will be on blablador probably next week! + +--- + # EU AI Act - TrustLLM will have to comply diff --git a/public/index.html b/public/index.html index 0b5f9b9..9bd38b2 100644 --- a/public/index.html +++ b/public/index.html @@ -302,6 +302,17 @@ href="https://opengpt-x.de/en/">OpenGPT-X</a> </ul></li> </ul> </section> +<section id="non-transformer-architectures" class="slide level1"> +<h1>Non-transformer architectures</h1> +<ul> +<li class="fragment">Currently, Jamba 1.5 is the best one</li> +<li class="fragment">Performs well on benchmarks</li> +<li class="fragment">What about real examples?</li> +<li class="fragment">Some mathematical discussions about it being +turing-complete (probably not)</li> +<li class="fragment">Will be on blablador probably next week!</li> +</ul> +</section> <section id="eu-ai-act" class="slide level1"> <h1>EU AI Act</h1> <ul> -- GitLab