Matt Watson

Results 341 comments of Matt Watson

@rafaelsf80 thanks for filing! For now, `pip install tf-keras` and this error will go away. The `tf-keras` package won't even be used, it is purely to work around a temporary...

Should have closed the a bit ago. tensorflow hub has re-released, this is fixed.

Yeah this is an interesting question if the only thing that is really changing is the tokenizer. Would it work to just subclass all the phi3 classes as stubs that...

Sadly this is probably not a good contributions welcome issue, as it will require some provisioning of machines for our test infra. @chenmoneygithub would this be easy to set up...

Agreed this would be a great feature to add! Note that it is probably not right to blanket force this on all users. Let's say you are are fine-tuning on...

@abuelnasr0 I think there is an issue with https://github.com/keras-team/keras-nlp/pull/1397/, when `lowercase` is true, we will lowercase all the special tokens so they won't be preserved. Given that most word piece...

We are not ignoring the `models/`, we are ignoring parts of the `models/` depending on the diff. Essentially, we are only selectively running the models we think are affected by...

@sonali-kumari1 I don't see the `AttributeError: module 'jax._src.interpreters.partial_eval' has no attribute 'ReadWrite'`, could your runtime have gotten messed up or something? Or this was a issue on a different version...

KerasNLP no longer supports Keras 2, we are focusing on Keras 3. This means a few things... * The latest versions of KerasNLP or Keras do not work with TensorFlow...

In a colab environment, this should be quite simple. Colab now comes with TensorFlow 2.17. So `!pip install keras-nlp` will do the right thing and pull in all necessary dependancies....