Skip to content

Commit

Permalink
Update phishing_email_detection_gpt2.py
Browse files Browse the repository at this point in the history
  • Loading branch information
david-thrower authored Dec 6, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent be5195c commit 8a3feaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phishing_email_detection_gpt2.py
Original file line number Diff line number Diff line change
@@ -133,7 +133,7 @@ def from_config(cls, config):
embedded =\
tf.keras.layers.Embedding(
input_dim=VOCABULARY_SIZE,
output_dim=4,
output_dim=14,
input_length=96,
mask_zero=True)(tokens)
flattened = tf.keras.layers.Flatten()(embedded)

0 comments on commit 8a3feaf

Please sign in to comment.