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 7, 2023
1 parent baf9dfc commit dbd6035
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phishing_email_detection_gpt2.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ def from_config(cls, config):
epochs = 10 # [1, 100]
batch_size = 20 # Original 20
maximum_levels = 4 # [3,7]
maximum_units_per_level = 8 # [2,10]
maximum_neurons_per_unit = 5 # [2,20]
maximum_units_per_level = 15 # [2,10]
maximum_neurons_per_unit = 7 # [2,20]

#
# Logging
Expand Down

0 comments on commit dbd6035

Please sign in to comment.