Skip to content

Commit fec5b03

Browse files
Update phishing_email_detection_gpt2.py
String out baseline model for quick testing of ROPE model.
1 parent f88afbd commit fec5b03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phishing_email_detection_gpt2.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585

8686
"""### A custom GPT2 encoder layer for text embedding"""
8787

88-
88+
"""
8989
class GPT2Layer(tf.keras.layers.Layer):
9090
9191
def __init__(self, max_seq_length, **kwargs):
@@ -182,7 +182,7 @@ def from_config(cls, config):
182182
183183
hy_df = pd.DataFrame(history.history)
184184
print(hy_df)
185-
185+
"""
186186

187187
### Cerebros model:
188188

0 commit comments

Comments
 (0)