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 8, 2023
1 parent 33531e8 commit 8602ac6
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 @@ -165,8 +165,8 @@ def from_config(cls, config):
learning_rate = 0.0000511065 # original 0.0000511065
epochs = 15 # [1, 100]
batch_size = 20 # Original 20
maximum_levels = 4 # [3,7]
maximum_units_per_level = 8 # [2,10]
maximum_levels = 3 # 4 was best # [3,7]
maximum_units_per_level = 7 # 8 was best
maximum_neurons_per_unit = 5 # [2,20]

#
Expand Down

0 comments on commit 8602ac6

Please sign in to comment.