If you want to change the defaults for some model attributes for a specific example, the current pattern is to change the default config of the builder. That default config does not know about custom attributes, so there is no way to change these defaults per-builder.
The only way is the hardcoded default in the solver, which isn't really changeable by a user without going in and modifying the solver.