Train your first model
Choose a dataset, base model, and training configuration in Studio.
Supported base models
See Supported training models for available models and selection guidance. Studio can display the base model for an existing fine-tune even when the model is no longer available for new training runs.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 check 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.