cerebros-core-algorithm-alpha
cerebros-core-algorithm-alpha copied to clipboard
remove-lm-mask
It appears a phishing_email_detection_gpt2.py line 407 needs the zero mask set to False. This is an AI - introduced error.
embedded = tf.keras.layers.Embedding(
input_dim=VOCABULARY_SIZE,
output_dim=EMBEDDING_DIM,
input_length=max_seq_length,
mask_zero=True)(tokens)