One idea
A model result means little until you compare it with a real baseline. Your model should beat something simple, fixed, and fair on the same validation set.
What counts as baseline
A baseline is the simplest sensible prediction method for your task. It is not a weak model you choose just to look good.
For classification, common baselines are majority class, random guess with class balance, or a simple rule. For tabular data, a basic logistic regression or decision tree can also be a fair baseline.