From fd6c1a3276d102d37df5b628e9be8b96083494e7 Mon Sep 17 00:00:00 2001 From: Benjamin Klieger Date: Sat, 14 Sep 2024 05:42:51 -0700 Subject: [PATCH] demo video --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1d53936..3f0a60f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # g1: Using Llama-3.1 70b on Groq to create o1-like reasoning chains +[Video Demo](https://github.com/user-attachments/assets/db2a221f-f8eb-48c3-b5a7-8399c6300243) + This is an early prototype of using prompting strategies to improve the LLM's reasoning capabilities through o1-like reasoning chains. This allows the LLM to "think" and solve logical problems that usually otherwise stump leading models. Unlike o1, all the reasoning tokens are shown, and the app uses an open source model. g1 is experimental and being open sourced to help inspire the open source community to develop new strategies to produce o1-like reasoning. This is an experiment to show the power of prompting reasoning in visualized steps, not a comparison to or full replication of o1, which uses different techniques. Let's build!