We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac6c295 commit 2759e1cCopy full SHA for 2759e1c
phishing_email_detection_gpt2.py
@@ -570,8 +570,8 @@ def reset_state(self):
570
training_data=x_train_packaged,
571
labels=y_train_packaged,
572
validation_split=0.2,
573
- direction='maximize',
574
- metric_to_rank_by="val_categorical_accuracy",
+ direction='minimize',
+ metric_to_rank_by="perplexity", # REPLACE WITH VAL PERPLEXITY ONCE THIS IS STABLE
575
minimum_levels=minimum_levels,
576
maximum_levels=maximum_levels,
577
minimum_units_per_level=minimum_units_per_level,
0 commit comments