Since regularization helps reduce overfitting, decreasing the $\lambda$ value makes the model more susceptible to overfitting, which is not desirable. The training accuracy approaches 100%, which indicates overfitting.

L2 Regularization: $\lambda = 0.1$

Our next step will be using $\lambda = 0.1$, ten times bigger the default value.