Removed “Faceset” requirement.
This information is not critical and can still be described in the notes section.
Added “Batch Size” requirement.
We must know both the iterations and batch size in order to compare models.
Actual count of training cycles = iterations x batch size.
Reformatting Iterations Value Display
Iterations will now be automatically comma separated for easier readability.
Rounded to whole value.
Reformatting Other Integers
All other numbers (such as dims) will be rounded to the nearest whole value with no separators.
Model Training Settings Table and Submission
Also updated with the same number formatting.