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 11, 2023
1 parent f2fdcf7 commit c3583b4
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 @@ -204,7 +204,7 @@ def from_config(cls, config):
maximum_neurons_per_unit=maximum_neurons_per_unit,
activation=activation,
final_activation='sigmoid',
number_of_architecture_moities_to_try=7,
number_of_architecture_moities_to_try=5,
number_of_tries_per_architecture_moity=1,
minimum_skip_connection_depth=1,
maximum_skip_connection_depth=7,
Expand Down

0 comments on commit c3583b4

Please sign in to comment.