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 SentencePiece tokenizer layer #27

Closed
mattdangerw opened this issue Feb 9, 2022 · 2 comments · Fixed by #218
Closed

Add a SentencePiece tokenizer layer #27

mattdangerw opened this issue Feb 9, 2022 · 2 comments · Fixed by #218
Assignees
Labels
type:feature New feature or request

Comments

@mattdangerw
Copy link
Member

After landing the WordPiece tokenizer (#22) and hammering out a layerized tokenizer design, we should also support for SentencePiece tokenization. SentencePiece is both language agnostic and reversible, and will be an important addition to our tokenization offering. SentencePiece graph ops are already supported by tensorflow text.

@mattdangerw mattdangerw self-assigned this Feb 9, 2022
@abheesht17 abheesht17 mentioned this issue Mar 16, 2022
4 tasks
@mattdangerw mattdangerw added the type:feature New feature or request label Mar 19, 2022
@adhadse
Copy link
Contributor

adhadse commented Apr 7, 2022

Is this TensorFlow text operation deprecated?

@mattdangerw
Copy link
Member Author

The ops we would be using are here https://www.tensorflow.org/text/api_docs/python/text/SentencepieceTokenizer (not deprecated).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants