Before you begin, create a dataset with training entries. If you generated better targets with relabeling, wait for that relabel run to complete.
1
Open Tuned Models
From the project, open Tuned Models and select Fine Tune.
2
Choose the training data
Select a ready dataset, then choose the original outputs or a completed relabel run as the targets the model should learn.
3
Select a base model
Choose one of the supported training models. When compute is available, train more than one candidate instead of assuming the largest model will perform best.
4
Keep or customize the defaults
The fine-tune name is optional. For the first run, leave the training configuration automatic. To configure the run, expand the customization options. You can cap the training examples, set the batch size and epochs, and specify a peak learning rate or a full learning-rate schedule. You can also choose which assistant turns to train on or pass experimental W&B Serverless Training options. See Training parameters for details.
5
Start training
Select Start training. The model moves through Queued and Training, and Studio reports progress from 0 to 100%.
6
Use the deployed artifact
When the status becomes Deployed, the exact W&B artifact appears in Studio and becomes available for evaluations and routing through
wandb-inference.API: Start training (POST /tasks/{alias}/finetunes)
API: Start training (POST /tasks/{alias}/finetunes)
Omit Poll the returned fine-tune until it is
model_config to use the automatic training configuration:deployed or failed. See Create a fine-tune.