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

Hello, I've just created a bug report at colab but I suspect that the problem might be at the Keras NLP side. Therefore, I'll replicate it here: https://github.com/googlecolab/colabtools/issues/4153 Hello! **Current...

type:Bug
stat:awaiting response from contributor
stale

**Describe the bug** Unable to run the codes in a local computer: https://keras.io/examples/generative/text_generation_gpt/ **To Reproduce** I installed the latest version (24 Nov 2023) of KerasNLP and Pytorch, and the code...

type:Bug
stat:awaiting response from contributor
stale

This is a two part issue, which will be a large time investment. First, we would like to build a squad evaluation example, in `/examples/squad_benchmark`, based on our exampling in...

type:docs
type:feature
stat:contributions welcome

Our `backend` module is now a fairly clean Keras 3 API, but we have one major work around remaining. During our port to Keras 3 we had to hack up...

type:Bug

It would be nice to have a nightly package of keras-nlp that depends on tensorflow-text-nightly (and through it tf-nightly and keras-nightly). This would ease installation of a set of packages...

type:feature
infra
stat:awaiting response from contributor

**Is your feature request related to a problem? Please describe.** The `publish-to-pypi.yml` workflow currently publishes a new version of the repository by using the recommended `pypa/gh-action-pypi-publish` with a secret PyPI...

type:feature

We are currently doing GPU testing using https://cloud.google.com/build?hl=en. We have discussed moving to the same GPU testing setup as keras-team/keras, which would simplify our overall infra landscape.

type:feature

As we grow, and add more and more backbones and tasks, our modeling testing is quickly growing beyond what our infrastructure can handle today. I think this is going to...

type:feature
stat:contributions welcome
infra
stale
team-created

We are carrying a copy of `pack_x_y_sample_weight` in this repo that is an exact copy of the current keras nightly behavior, while we wait for https://github.com/keras-team/keras/pull/17233 to make it's way...

type:Bug
stat:contributions welcome

We are occasionally seeing our accelerator testing fail with logs like this. ``` Step #5 - "create-job": keras_nlp/models/xlm_roberta/xlm_roberta_backbone_test.py::XLMRobertaBackboneTest::test_all_presets SKIPPED [ 66%] Step #5 - "create-job": keras_nlp/models/xlm_roberta/xlm_roberta_backbone_test.py::XLMRobertaBackboneTest::test_backbone_basics PASSED [ 66%] Step...

type:Bug