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 14b8c9b commit 233e882
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
Expand Up @@ -167,7 +167,7 @@ def from_config(cls, config):
minimum_levels = 2
maximum_levels = 4 # [3,7]

minimum_units_per_level = 5 # 4
minimum_units_per_level = 4
maximum_units_per_level = 8

minimum_neurons_per_unit = 1
Expand Down

0 comments on commit 233e882

Please sign in to comment.