Keras-nlp

Latest version: v0.11.1

Safety actively analyzes 623847 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 6

0.11.1

Summary
* Add new Code Gemma 1.1 presets, which improve on Code Gemma performance.

What's Changed
* Add CodeGemma 1.1 presets by grasskin in https://github.com/keras-team/keras-nlp/pull/1617
* Version bump 0.11.1.dev0 by grasskin in https://github.com/keras-team/keras-nlp/pull/1618
* Version bump 0.11.1 by grasskin in https://github.com/keras-team/keras-nlp/pull/1619


**Full Changelog**: https://github.com/keras-team/keras-nlp/compare/v0.11.0...v0.11.1

0.11.1.dev0

Summary
- Add new Code Gemma 1.1 presets, which improve on Code Gemma performance.

What's Changed
* Version bump 0.11.1.dev0 by grasskin in https://github.com/keras-team/keras-nlp/pull/1618


**Full Changelog**: https://github.com/keras-team/keras-nlp/compare/v0.11.0...v0.11.1.dev0

0.11.0

Summary
This release has no major feature updates, but changes the location our source code is help. Source code is split into a `src/` and `api/` directory with an explicit API surface similar to core Keras.

When adding or removing new API in a PR, use `./shell/api_gen.sh` to update the autogenerated `api/` files. See our [contributing guide](https://github.com/keras-team/keras-nlp/blob/master/CONTRIBUTING.md).

What's Changed
* Change the order of importing `keras` by james77777778 in https://github.com/keras-team/keras-nlp/pull/1596
* Add backend info to HF model card by SamanehSaadat in https://github.com/keras-team/keras-nlp/pull/1599
* Bump required kagglehub version to 0.2.4 by SamanehSaadat in https://github.com/keras-team/keras-nlp/pull/1600
* Bump `bert_tiny_en_uncased_sst2` classifier version by SamanehSaadat in https://github.com/keras-team/keras-nlp/pull/1602
* Allow a task preprocessor to be an argument in from_preset by SamanehSaadat in https://github.com/keras-team/keras-nlp/pull/1603
* API Generation by sampathweb in https://github.com/keras-team/keras-nlp/pull/1608
* Update readme with some recent changes by mattdangerw in https://github.com/keras-team/keras-nlp/pull/1575
* Bump the python group with 2 updates by dependabot in https://github.com/keras-team/keras-nlp/pull/1611
* Version bump 0.11.0.dev0 by mattdangerw in https://github.com/keras-team/keras-nlp/pull/1615
* Unexport models from the 0.11 release by mattdangerw in https://github.com/keras-team/keras-nlp/pull/1614
* Version bump 0.11.0 by mattdangerw in https://github.com/keras-team/keras-nlp/pull/1616

New Contributors
* james77777778 made their first contribution in https://github.com/keras-team/keras-nlp/pull/1596

**Full Changelog**: https://github.com/keras-team/keras-nlp/compare/v0.10.0...v0.11.0

0.10.0

Summary
* Added support for `Task` (`CausalLM` and `Classifier`) saving and loading which allows uploading `Task`s.
* Added basic Model Card for Hugging Face upload.
* Added support for a `positions` array in our `RotaryEmbedding` layer.

What's Changed
* 0.9 is out, nightly should be a preview of 0.10 now by mattdangerw in https://github.com/keras-team/keras-nlp/pull/1570
* Do the reverse embedding in the same dtype as the input embedding by mattdangerw in https://github.com/keras-team/keras-nlp/pull/1548
* Add support for positions array in `keras_nlp.layers.RotaryEmbedding` layer by tirthasheshpatel in https://github.com/keras-team/keras-nlp/pull/1571
* Support Task Saving/Loading by SamanehSaadat in https://github.com/keras-team/keras-nlp/pull/1547
* Improve error handling for non-keras model loading attempts by SamanehSaadat in https://github.com/keras-team/keras-nlp/pull/1577
* Add Model Card for Hugging Face Upload by SamanehSaadat in https://github.com/keras-team/keras-nlp/pull/1578
* Add Saving Tests by SamanehSaadat in https://github.com/keras-team/keras-nlp/pull/1590
* Improve error handling for missing TensorFlow dependency in keras_nlp. by SamanehSaadat in https://github.com/keras-team/keras-nlp/pull/1585
* Fix Keras import by sampathweb in https://github.com/keras-team/keras-nlp/pull/1593
* Check kagglehub version before upload by SamanehSaadat in https://github.com/keras-team/keras-nlp/pull/1594
* Version bump to 0.10.0.dev0 by SamanehSaadat in https://github.com/keras-team/keras-nlp/pull/1595
* Version bump 0.10.0.dev1 by SamanehSaadat in https://github.com/keras-team/keras-nlp/pull/1601
* Version bump to 0.10.0.dev2 by SamanehSaadat in https://github.com/keras-team/keras-nlp/pull/1604
* Version bump to 0.10.0 by SamanehSaadat in https://github.com/keras-team/keras-nlp/pull/1606


**Full Changelog**: https://github.com/keras-team/keras-nlp/compare/v0.9.3...v0.10.0

0.9.3

Patch release with fixes for Llama and Mistral saving.

What's Changed
* Fix saving bug for untied weights with keras 3.2 by mattdangerw in https://github.com/keras-team/keras-nlp/pull/1568
* Version bump for dev release by mattdangerw in https://github.com/keras-team/keras-nlp/pull/1569
* Version bump 0.9.3 by mattdangerw in https://github.com/keras-team/keras-nlp/pull/1572


**Full Changelog**: https://github.com/keras-team/keras-nlp/compare/v0.9.2...v0.9.3

0.9.2

Summary
* Initial release of CodeGemma.
* Bump to a Gemma 1.1 version without download issues on Kaggle.

What's Changed
* Fix `print_fn` issue in task test by SamanehSaadat in https://github.com/keras-team/keras-nlp/pull/1563
* Update presets for code gemma by mattdangerw in https://github.com/keras-team/keras-nlp/pull/1564
* version bump 0.9.2.dev0 by mattdangerw in https://github.com/keras-team/keras-nlp/pull/1565
* Version bump 0.9.2 by mattdangerw in https://github.com/keras-team/keras-nlp/pull/1566

**Full Changelog**: https://github.com/keras-team/keras-nlp/compare/v0.9.1...v0.9.2

Page 1 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.