Skip to content

Commit cdb4455

Browse files
Update phishing_email_detection_gpt2.py
Hard set levels to the known optimum.
1 parent ed4641e commit cdb4455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phishing_email_detection_gpt2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ def from_config(cls, config):
274274
learning_rate = 0.0000511065
275275
epochs = 15 # [1, 100]
276276
batch_size = 20
277-
minimum_levels = 2
277+
minimum_levels = 3
278278
maximum_levels = 3 # [3,7]
279279

280280
minimum_units_per_level = 4

0 commit comments

Comments
 (0)