You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 21, 2025. It is now read-only.
As TFDS text encoding API has many bug, performance issues and is unsupported, we are cleaning up our datasets to remove all encoder builder config and only keep the plain text version of the datasets.
To use encoder, please use `tensorflow_text` which is a more flexible, more supported, performant text encoding API.
For forward compatibility, `tfds.load('ds/plain_text')` -> `tfds.load('ds')` will load the default plain text dataset.
PiperOrigin-RevId: 326198682
0 commit comments