Skip to content

Commit 4629394

Browse files
Update phishing_email_detection_gpt2.py
Comment out extraneous print.
1 parent 5ca0ec7 commit 4629394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phishing_email_detection_gpt2.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ def call(self, x):
380380
cerebros_time_per_model = cerebros_time_all_models_min / models_tried
381381

382382
print(f"Cerebros trained {models_tried} models FROM A COLD START in ONLY {cerebros_time_all_models_min} min. Cerebros took only {cerebros_time_per_model} minutes on average per model.")
383-
print(f"GPT2 took {gpt_time_on_one_model_min} just to FINE TUNE one PRE - TRAINED model for 3 epochs. Although this is a small scale test, this shows the advantage of scaling in ON timing VS ON**2 timing.")
383+
# print(f"GPT2 took {gpt_time_on_one_model_min} just to FINE TUNE one PRE - TRAINED model for 3 epochs. Although this is a small scale test, this shows the advantage of scaling in ON timing VS ON**2 timing.")
384384

385385

386386
print(f'Cerebros best accuracy achieved is {result}')

0 commit comments

Comments
 (0)