KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#deepseek-harness
#dsh-plugin
#open-source
#ai
#cli
#dsh
#claude-code
#codex
#developer-tools
#react
llm-viz-tr
★ 55
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
arcade-nl2code
:
No description available.
CVE-2023-27350
:
Proof of Concept Exploit for PaperCut CVE-2023-27350
myla
:
a local implementation of OpenAI Assistants API: myla stands for MY Local Assistant
AcademyCraft
:
A Minecraft mod about superability
Tutorbot-Spock
:
An Education Tutoring Chatbot based on Learning Science Principles powered by Large Language Models
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
llm-viz-tr
?
Download (.md)
# LLM Visualization (TR) This is a fork of the original project. You can find the original repository here: [LLM-Viz Original Repository](https://github.com/bbycroft/llm-viz) 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](https://github.com/karpathy/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` 1. Start the dev server: `yarn dev`