Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PR] Encoder-only classifier example resolves #113 #114

Merged
merged 3 commits into from
Jan 27, 2024

Conversation

soran-ghaderi
Copy link
Member

This PR shows an example on how to use TransformerX along with other Keras layers.

It loads the IMDB dataset using keras.datasets, trains, and tests a transformer encoder on it.

Closes #113

@soran-ghaderi soran-ghaderi added documentation Improvements or additions to documentation Subtask A subtask issue tensorflow Related to Tensorflow example related to examples labels Jan 23, 2024
Copy link
Member Author

@soran-ghaderi soran-ghaderi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

passes the checks

@soran-ghaderi soran-ghaderi merged commit 2fea0ac into master Jan 27, 2024
4 checks passed
@soran-ghaderi soran-ghaderi deleted the encoder_block_example branch January 27, 2024 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation example related to examples Subtask A subtask issue tensorflow Related to Tensorflow
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Encoder-only Classifier
1 participant