Featured / ML tooling
TrainAI
Small language models.
Your hardware. Every step visible.
Trains a small language model from scratch on hardware you already own — no training code to write. It measures your machine, plans what's actually trainable on it, then handles the tokenizer, data pipeline, checkpointing, and export end to end.
- Python
- PyTorch
- CLI
- Hardware planner
The training workflow
01Prepare the corpus
Inspect, tokenize, and split the data.
02Measure & plan
Test what the hardware can actually train.
03Train & evaluate
Checkpoint, resume, and score held-out text.
04Export the model
Take the trained weights into the next workflow.
One command to start
trainai quickstart ./my-corpus --out my-first-model