Aflah

Results 28 issues of Aflah

This guide compares byte and unicode tokenizers for text generation @mattdangerw Raised a PR based on our discussion, it's open for review now! Referring to the README, I will add...

Pending Keras team review

Implementation of Random Insertion Layer, ToDo: Tests, Docstring, Error Handling Creating the PR to discuss the API design and should we keep the insertion_list given it can be done through...

PR for Random Replacement Layer

Fixes #223 @mattdangerw @chenmoneygithub I believe the PR is ready for review!

Issue discussing the nuances for the Random Swaps layer. Rough colab implementation can be found [here](https://colab.research.google.com/gist/aflah02/236ff822f8eeb29f95423f664afff73a/randomswaps.ipynb)

This is an extension to the [Random Deletion Layer](https://github.com/keras-team/keras-nlp/issues/152). I currently plan to use this issue to link the next PR which will add Stop Word Deletion specifically to the...

Fixes #166 Hey @chenmoneygithub Following our discussion I think the PR is ready for review!

Since issue #39 is very broad I've created this to specifically discuss the Synonym Replacement Layer - [ ] Parse WordNet - [ ] Work On Integrating With KerasNLP So...

type:feature

Are there any plans to add a BIO Tagging Layer to KerasNLP? This layer could take sentences and relevant spans as input and output their BIO representations. BIO Tags are...

type:feature