the next part of the model is the compilation, in this case, we're applying the Adam optimizer because our problem is binary classification, in this case, we have a learning rate of 0.001. The next one is the loss, in this case, I use BinaryCrossentropy with a label smoothing of 0.0 the last one is the metrics, in this case, I use the Binary Accuracy function of Keras in which I use a threshold of the judgment of 0.7