Nightly build of KerasNLP, providing pretrained NLP models and tokenizers for Keras 3. Current version 0.30.0.dev202605080526. Released daily with latest changes from keras-team/keras/keras_hub.
pip install keras-nlp-nightlyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Quickstart: import keras_nlp, set backend, load a model. Use from_preset with a valid preset name.
Use from keras_nlp import ... as shown in quickstart. For production, use stable KerasNLP (pip install keras-nlp).
Check changelog at https://github.com/keras-team/keras/keras_hub
Use consistent versions: either both stable or both nightly. Prefer using within a virtualenv.
pip install keras-nlp-nightly
from keras_nlp.models import BertClassifier
List presets: keras_nlp.presets.list() or check docs.