MicroComp IT Demo Lab · Machine learning fundamentals

Train a tiny language model—one character at a time.

Configure the same decoder-only architecture that will power a real browser trainer, inspect how text becomes tokens, and watch real training events in your browser.

200,000 parameter ceiling Character-level tokenizer Educational scale
01

Choose where the work happens

Training mode

Privacy and retention behavior stay visible before a training run begins.

Choose a training mode
LOCAL TRAINING Training runs in a Web Worker on this device. Completed models are saved to browser storage; cancelled and incomplete runs are not persisted. Open the browser inference engine →
02

Move through the model lifecycle

Guided workflow

Each stage answers one question about how a tiny language model learns.

Stage 1 · Data

Start with bounded, explainable text

Bundled · Synthetic · CC0
Selected dataset

Synthetic Cybersecurity Alerts and Responses

Original fictional alert summaries paired with safe incident-response descriptions. No download or user upload is required.

Records
30
Characters
Training
24
Validation
6
80% training 20% validation
Sample records
    Most common characters

    Spaces and common letters appear most often, so the model sees them most often during training.

    Stage 1 of 6 · Data