Interactive Wizard
The AITraining Interactive Wizard guides you step-by-step through training your first AI model. No configuration files, no command memorization - just answer questions and start training.Why Use the Wizard?
Zero Configuration
Answer simple questions instead of writing YAML files or memorizing CLI flags.
Smart Defaults
Intelligent defaults based on your hardware, model choice, and dataset size.
Validation Built-in
Catches errors before training starts - invalid datasets, missing columns, incompatible settings.
Learn As You Go
Every step has
:help - learn what each option does while configuring.Launch the Wizard
aitraining with no arguments and the wizard starts.
What You’ll See
Wizard Commands
These commands work at any prompt:| Command | What it Does |
|---|---|
:back | Go back to the previous step |
:help | Show detailed help for the current question |
:exit | Cancel the wizard |
/search <query> | Search for models or datasets |
/sort | Change how models/datasets are sorted |
/filter | Filter models by size (small/medium/large) |
/refresh | Reload the model/dataset list |
Wizard Steps
The wizard guides you through these steps:- Trainer Type - What kind of AI? (LLM, classification, vision, etc.)
- Training Method - For LLMs: SFT, DPO, ORPO, or PPO
- Project Name - Where to save your trained model
- Model Selection - Choose a base model (with hardware recommendations)
- Dataset Configuration - Select and configure your training data
- Advanced Options - Optional: hyperparameters, LoRA, logging
Quick Start Paths
- First Timer
- Have Your Data
- Specific Model
Just want to try it out?
- Run
aitraining - Select “LLM” (option 1)
- Select “SFT” (option 1)
- Accept all defaults
- Watch it train!