MiniGPT Lab

Build a tiny ChatGPT engine.

Install each part, power it on, then watch text become a prediction.

Labels:
0/8
Workbench Mode
⚙
Install parts
Add modules to the engine
→
▶
Power on & run
Start the engine with your prompt
→
→
Watch transformations
See data move step by step
→
◎
Inspect output
Understand what the model chose

Engine Chassis

⚙

The engine chassis is empty

Install modules from the Parts Tray on the left,
or click ▶ Built Demo to fill all slots instantly.

✂1. Tokenization
#2. Vocabulary / Token IDs
→3. Embeddings
014. Positional Encoding
◎5. Attention
∑6. Logits / Probabilities
⚡7. Sampling
∞8. Autoregressive Output
→

What just happened?

Run the engine to see each transformation step explained here. You'll see what the data looked like before each stage, what the stage did to it, and what came out — and why it matters.