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

Add Token Classification / Named Entity Recongnition (NER) Example with KerasNLP #1765

Open
awsaf49 opened this issue Feb 17, 2024 · 2 comments
Assignees

Comments

@awsaf49
Copy link
Contributor

awsaf49 commented Feb 17, 2024

Issue Type

Feature Request

Keras Version

Keras 3

Current Behavior?

Token Classification, also known as Named Entity Recognition (NER), is a highly popular and intriguing problem in the field of Natural Language Processing (NLP). It would greatly benefit the community to have an example on keras.io utilizing KerasNLP.

Tutorial

I've recently published a notebook on Kaggle's "PII Data Detection" competition demonstrating the token classification task from scratch with KerasNLP which achieves very competitive performance. I would love to add it in keras.io. As this notebook was created for Kaggle competition, I'm open to suggestions to make it more suitable for keras.io.

I think this notebook can also serve as a potential solution to keras-team/keras-nlp#927 as I implemented components for token classification with KerasNLP that was discussed there.

Relevant log output

No response

@awsaf49
Copy link
Contributor Author

awsaf49 commented Feb 17, 2024

cc: @fchollet @martin-gorner

@hertschuh
Copy link
Contributor

@awsaf49 ,

That sounds great. Do you want to create an example for keras.io and submit a PR for it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants