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
sashakolpakov authored Nov 5, 2023
1 parent ae7ed61 commit d51d4c4
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions phishing_email_detection_gpt2.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,18 +133,18 @@ def from_config(cls, config):
#
# Cerebros configurables
#
activation = 'swish'
predecessor_level_connection_affinity_factor_first = 2.0
predecessor_level_connection_affinity_factor_main = 0.97
max_consecutive_lateral_connections = 5
p_lateral_connection = 0.97
num_lateral_connection_tries_per_unit = 2
learning_rate = 0.001
activation = 'gelu'
predecessor_level_connection_affinity_factor_first = 49.9999
predecessor_level_connection_affinity_factor_main = 0.31456
max_consecutive_lateral_connections = 22
p_lateral_connection = 0.39256
num_lateral_connection_tries_per_unit = 10
learning_rate = 0.0000511065
epochs = 6 # [1, 100]
batch_size = 32
maximum_levels = 5 # [3,7]
maximum_units_per_level = 7 # [2,10]
maximum_neurons_per_unit = 6 # [2,20]
batch_size = 13
maximum_levels = 4 # [3,7]
maximum_units_per_level = 8 # [2,10]
maximum_neurons_per_unit = 5 # [2,20]

#
# Logging
Expand Down

0 comments on commit d51d4c4

Please sign in to comment.