Skip to main content
Fine-tuning creates a task-specific model through W&B Serverless Training and records the resulting hosted artifact in Studio.

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.
Names are normalized to lowercase hyphenated identifiers. When omitted, Studio generates a readable name.

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 through wandb-inference for evaluations and routing. Deleting the Studio record does not delete the W&B run or hosted artifact.
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.
Last modified on August 25, 2026