-*Model that will receive the new trained version*: search for the name of [your model](#create-a-model),
-*Number of epochs[^epoch] to train[^training] the model*: the default value is good enough but you can set it to a larger number if you want to train for a longer period time,
-*Class names to predict*: add the slugs of the types that the model will predict,
-*Number of epochs[^epoch] to train[^training] the model*: the default value is good enough but you can set it to a larger number if you want to train for a longer period of time,
-*Type of object to detect using the segmenter*:
- a segmenter will produce masks (polygons),
- a detector will produce bounding boxes (rectangles).
-*Batch size for training*: a higher value will make the training faster but will also increase the memory usage.
Click on **Create** then **Save** when you are done filling the fields. Your process is ready to go.