When you compile your model with keras, adding two more parameters. This happens due to automatic parameter tracking and serialization mechanisms. Try to use model.optimizer.get_config() for see additional parameters.
model.optimizer.get_config()