Start a new job
Go to the Training tab in the dashboard and click New Training Job.
Select a training dataset
Choose the dataset the model will learn from. You can build a dataset from live traffic, upload a JSONL file, or use task tags to filter captured traffic for clean, focused samples.
Select an eval dataset
Choose the dataset used for evaluations throughout training. Must have zero overlap with training data.
Select a rubric
Choose the rubric that defines your quality criteria. Make sure you’ve validated it against your eval dataset first.
Select a recipe
Choose a recipe based on task difficulty and capability needs.
Training job lifecycle
Once started, your job moves through these statuses:| Status | What’s happening |
|---|---|
| Exporting datasets | Your training and eval data is being prepared |
| Queued | Job is waiting for available compute |
| Starting | GPUs are being allocated and the training environment is initializing |
| Running | The model is actively training |
| Completed | Training finished successfully |
| Status | What it means |
|---|---|
| Failed | Something went wrong — check the logs on the training details page |
| Cancelled | The run was cancelled |
| Timed out | The run exceeded the maximum allowed duration |