f / llm-viz-tr

Home Page:https://llm-viz-tr.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LLM Visualization (TR)

This is a fork of the original project. You can find the original repository here: LLM-Viz Original Repository

This project displays a 3D model of a working implementation of a GPT-style network. That is, the network topology that's used in OpenAI's GPT-2, GPT-3, (and maybe GPT-4).

The first network displayed with working weights is a tiny such network, which sorts a small list of the letters A, B, and C. This is the demo example model from Andrej Karpathy's minGPT implementation.

The renderer also supports visualizing arbitrary sized networks, and works with the smaller gpt2 size, although the weights aren't downloaded (it's 100's of MBs).

Running Locally

  1. Install dependencies: yarn
  2. Start the dev server: yarn dev

About

https://llm-viz-tr.vercel.app


Languages

Language:TypeScript 88.7%Language:Odin 7.4%Language:SCSS 2.1%Language:JavaScript 0.9%Language:Python 0.7%Language:CSS 0.1%Language:Shell 0.1%