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 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
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 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.
Last modified on September 2, 2026