Skip to content

remove-lm-mask #175

Open
Open
@david-thrower

Description

@david-thrower

It appears a phishing_email_detection_gpt2.py line 407 needs the zero mask set to False. This is an AI - introduced error.

embedded = tf.keras.layers.Embedding(
    input_dim=VOCABULARY_SIZE,
    output_dim=EMBEDDING_DIM,
    input_length=max_seq_length,
    mask_zero=True)(tokens)

Metadata

Metadata

Assignees

Labels

close/do-not-mergeFailed attempts or other dead endshold/more-ml-validation-testing-requiredMore scientific validation require, usually applied due to ambiguous results in small sample tests.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions