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 a WordPiece tokenizer layer #22

Closed
mattdangerw opened this issue Feb 8, 2022 · 1 comment
Closed

Add a WordPiece tokenizer layer #22

mattdangerw opened this issue Feb 8, 2022 · 1 comment
Assignees

Comments

@mattdangerw
Copy link
Member

Tensorflow text provides a set of efficient, in graph, WordPiece tokenization ops.

We would like to expose these through a keras layer in a way that is easily configurable, supports both tokenization and detokenization, and integrates properly with Keras functional models.

This can serve as an example for future subword tokenization work in this library.

@mattdangerw
Copy link
Member Author

This is in as of #18

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

No branches or pull requests

1 participant