Skip to content

Commit

Permalink
Update phishing_email_detection_gpt2.py
Browse files Browse the repository at this point in the history
Move imports 2/2: keras_nlp.models import GPT2Tokenizer, GPT2Preprocessor, GPT2Backbone
  • Loading branch information
david-thrower authored Jun 13, 2024
1 parent 98645bd commit fbdb807
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion phishing_email_detection_gpt2.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

import tensorflow as tf
import tensorflow_text
from keras_nlp.models import GPT2Tokenizer, GPT2Preprocessor, GPT2Backbone
from sklearn.model_selection import train_test_split
from sklearn.utils import shuffle
from tensorflow.keras.utils import to_categorical
Expand Down

0 comments on commit fbdb807

Please sign in to comment.