🎛️ Configuring a Training Job
This guide explains every field on the Train Model panel to help you understand and configure your model training setup.
1. Details
2. Base Model
You can currently choose between two base models depending on the project type:- YOLOv11 Object Detection – used with bounding boxes annotations
- YOLOv11 Segmentation – used with polygon and SAM-2 generated annotations
3. Model Variant
Choosing a variant is a trade-off between speed & accuracy.m is an excellent starting point for most users.4. Customization
5. Hyper-parameters
Other YOLO hyper-parameters (batch size, learning rate, momentum, etc.) are
managed automatically by the trainer and use Ultralytics’ recommended
defaults.
6. Launch the Job
Hit Create Model. Your run queues and begins on our GPU fleet. You will be redirected to the models tab, where performance metrics and graphs will be available after the training run is complete.Prefer code? Head to Notebooks for SDK-based examples.