Skip to content

Commit ba30edb

Browse files
Update phishing_email_detection_gpt2.py
Comment out line referencing commented out code
1 parent 9a226f0 commit ba30edb

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
@@ -342,7 +342,7 @@ def from_config(cls, config):
342342
cerebros_time_per_model = cerebros_time_all_models_min / models_tried
343343

344344
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.")
345-
print(f"GPT2 took {gpt_time_on_one_model_min} just to FINE TUNE one PRE - TRAINED model. Although this is a small scale test, this shows the advantage of scaling in ON timing VS ON**2 timing.")
345+
# print(f"GPT2 took {gpt_time_on_one_model_min} just to FINE TUNE one PRE - TRAINED model. Although this is a small scale test, this shows the advantage of scaling in ON timing VS ON**2 timing.")
346346

347347

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

0 commit comments

Comments
 (0)