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
david-thrower authored Dec 6, 2023
1 parent 7325091 commit e7c3c83
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions phishing_email_detection_gpt2.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,10 @@ def from_config(cls, config):
inputs=inp,
outputs=flattened)

print(VOCABULARY_SIZE)
print(f"VOCABULARY_SIZE: {VOCABULARY_SIZE}")



# raise ValueError(embeded_text)

"""### Cerebros search for the best model"""

#
Expand Down

0 comments on commit e7c3c83

Please sign in to comment.