keras-nlp icon indicating copy to clipboard operation
keras-nlp copied to clipboard

Modular Natural Language Processing workflows with Keras

Results 360 keras-nlp issues
Sort by recently updated
recently updated
newest added

Can tensorflow-text be removed as a mandatory dependency, please? e.g. move it to an optional dependency group, e.g. "nlp" As far as I can tell, this dependency makes it impossible...

type:support

Draft PR to facilitate discussion around #1973.

Gemma
WIP

Resolves https://github.com/keras-team/keras-nlp/issues/975

WIP

Draft PR for observability. Body will be updated as progress is made. ### DETR Elements Will include: - DETR layers - Positional embeddings - Frozen BatchNormalization - DETRTransformerEncoder - DETRTransformerDecoder...

WIP

Assigned to @nischaydnk

type:feature
team-created

I would like to contribute the LayoutLMv3 model to KerasHub. This model is a multimodal document understanding model that combines text and image information. I will follow the KerasHub contribution...

type:feature

First step (of a few), to slowly relax our reliance on tf.data for preprocessing. Our text models are more heavily reliant on tf.data because of the tf-text dependency. Our image...

stat:contributions welcome

**Describe the bug** On an Arm Mac with a Jax backend, if `jax-metal` is installed, `SentencePieceTokenizer` will throw exceptions. **To Reproduce** Given a file `bug.py` ```python # /// script #...

type:Bug