Train your first model
Choose a dataset, base model, and training configuration in Studio.
Supported base models
See Supported training models for the current list and selection guidance. A model retained by an older fine-tune can remain visible even if it leaves the new-training list.Create a fine-tune
Choose:- a ready dataset with training rows;
- original outputs or a completed relabel run;
- a base model;
- an optional fine-tune name;
- optional training parameters.
Training parameters
Open the advanced configuration only when you need control over:
With a scalar peak learning rate, Model Distillation creates the same schedule used by the ART SFT helper: 10% linear warmup followed by linear decay to zero. Supplying a full list preserves it exactly.
Status and artifacts
Fine-tunes move through Queued, Training, Deployed, or Failed. Training progress is reported from 0 to 100%. A deployed model includes an exact W&B artifact reference and is immediately selectable throughwandb-inference for evaluations and routing.
Deleting the Studio record does not delete the W&B run or hosted artifact.
API: List training jobs and artifacts (GET /tasks/{alias}/finetunes)
API: List training jobs and artifacts (GET /tasks/{alias}/finetunes)
Use this request to find progress, terminal status, and the artifact reference used in evaluations and routing:To start a job, use the request in Fine-tuning Quick Start. See List fine-tunes for this operation.