Caikit-nlp

Latest version: v0.5.12

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

Scan your dependencies

Page 7 of 7

0.2.1

What's Changed
* Added benchmarking results to main README.md by olson-ibm in https://github.com/caikit/caikit-nlp/pull/176
* Experiment sharding rebase (multi GPU support for Find Tuning) by alex-jw-brooks and gkumbhat in https://github.com/caikit/caikit-nlp/pull/156
* :bug: Fix eval script for updated run datamodel by gkumbhat in https://github.com/caikit/caikit-nlp/pull/184
* Add loss logging prompt-tuning by gkumbhat in https://github.com/caikit/caikit-nlp/pull/189
* fix: use cli args for metrics to run by timrbula in https://github.com/caikit/caikit-nlp/pull/193
* [caikit-nlp-163] Refactor peft module to take out common peft config functionality by rawkintrevo and alex-jw-brooks in https://github.com/caikit/caikit-nlp/pull/197
* SupportCaikitZeroTwenty: Bump caikit range to allow for 0.20 by gabe-l-hart in https://github.com/caikit/caikit-nlp/pull/199
* Fix dtype prompt tuning by gkumbhat in https://github.com/caikit/caikit-nlp/pull/198

New Contributors
* timrbula made their first contribution in https://github.com/caikit/caikit-nlp/pull/193

**Full Changelog**: https://github.com/caikit/caikit-nlp/compare/0.2.0...0.2.1

0.2.0

What's Changed
* Lang modeling by alex-jw-brooks in https://github.com/caikit/caikit-nlp/pull/95
* Fix logic for model type checking by kellyaa in https://github.com/caikit/caikit-nlp/pull/30
* Fix local TGIS case for text-geneneration model loading by Xaenalt in https://github.com/caikit/caikit-nlp/pull/114
* Add support causalm finetune by gkumbhat in https://github.com/caikit/caikit-nlp/pull/80
* text generation local block by Ssukriti in https://github.com/caikit/caikit-nlp/pull/79
* [NO-JIRA] Update README.md by rawkintrevo in https://github.com/caikit/caikit-nlp/pull/110
* Consolidate tgis finetuning by gkumbhat in https://github.com/caikit/caikit-nlp/pull/116
* Tgis auto finder by gabe-l-hart in https://github.com/caikit/caikit-nlp/pull/123
* :bug: Fix training arguments for service generation to work correctly by gkumbhat in https://github.com/caikit/caikit-nlp/pull/122
* fixed simple typo in run_fine_tuning.py by olson-ibm in https://github.com/caikit/caikit-nlp/pull/128
* Update fine-tuning example to allow local save of the model and flexible target seq len by gkumbhat in https://github.com/caikit/caikit-nlp/pull/130
* ⬆️ Update caikit[runtime-grpc,runtime-http] requirement from <0.16.0,>=0.15.0 to >=0.15.0,<0.17.0 by dependabot in https://github.com/caikit/caikit-nlp/pull/129
* Move to Caikit Interfaces by tharapalanivel in https://github.com/caikit/caikit-nlp/pull/131
* Welcome back Gabe by gkumbhat in https://github.com/caikit/caikit-nlp/pull/132
* Closes 134 by olson-ibm in https://github.com/caikit/caikit-nlp/pull/135
* ⬆️ Update caikit[runtime-grpc,runtime-http] requirement from <0.17.0,>=0.16.0 to >=0.16.0,<0.18.0 by dependabot in https://github.com/caikit/caikit-nlp/pull/142
* Fix stream api gen by gkumbhat in https://github.com/caikit/caikit-nlp/pull/143
* :loud_sound: add value check logs by joerunde in https://github.com/caikit/caikit-nlp/pull/148
* [CAIKIT-NLP-3] Remove device arg from .run by rawkintrevo in https://github.com/caikit/caikit-nlp/pull/112
* :adhesive_bandage::package: Fix peft installation by gkumbhat in https://github.com/caikit/caikit-nlp/pull/149
* Update Accelerate dependency to fix import by Maxusmusti in https://github.com/caikit/caikit-nlp/pull/147
* ✨ ExponentialDecayLengthPenalty data model by tharapalanivel in https://github.com/caikit/caikit-nlp/pull/157
* Update README.md by gkumbhat in https://github.com/caikit/caikit-nlp/pull/137
* Remove redacted git history by alex-jw-brooks in https://github.com/caikit/caikit-nlp/pull/160
* Flattened inf params by gkumbhat in https://github.com/caikit/caikit-nlp/pull/152
* :sparkles: Add support for additional generate params by gkumbhat in https://github.com/caikit/caikit-nlp/pull/150
* Add more text generation inference params to TGIS modules by tharapalanivel in https://github.com/caikit/caikit-nlp/pull/155
* eos_token bug fix by tharapalanivel in https://github.com/caikit/caikit-nlp/pull/165
* 🐛 stop_sequences as list of str by tharapalanivel in https://github.com/caikit/caikit-nlp/pull/168
* Fix seed type mismatch by tharapalanivel in https://github.com/caikit/caikit-nlp/pull/171
* Update parameter selection doc by gkumbhat in https://github.com/caikit/caikit-nlp/pull/172
* :truck: Change parameter name and mark them optional for runtime by gkumbhat in https://github.com/caikit/caikit-nlp/pull/173
* Unload prompts 180 by gabe-l-hart in https://github.com/caikit/caikit-nlp/pull/183
* :bug: Fix attention mask and task_id for MPT by gkumbhat in https://github.com/caikit/caikit-nlp/pull/185
* Add Thara as maintainer 🥳 by gkumbhat in https://github.com/caikit/caikit-nlp/pull/188

New Contributors
* alex-jw-brooks made their first contribution in https://github.com/caikit/caikit-nlp/pull/95
* kellyaa made their first contribution in https://github.com/caikit/caikit-nlp/pull/30
* olson-ibm made their first contribution in https://github.com/caikit/caikit-nlp/pull/128
* tharapalanivel made their first contribution in https://github.com/caikit/caikit-nlp/pull/131
* joerunde made their first contribution in https://github.com/caikit/caikit-nlp/pull/148
* Maxusmusti made their first contribution in https://github.com/caikit/caikit-nlp/pull/147

**Full Changelog**: https://github.com/caikit/caikit-nlp/compare/0.1.0...0.2.0

0.1.0

What's Changed
* :construction_worker: Use tox and run tests through Github workflows by evaline-ju in https://github.com/caikit/caikit-nlp/pull/2
* :pencil2: Fix model output types typo by gkumbhat in https://github.com/caikit/caikit-nlp/pull/13
* :truck: Rename package to caikit_nlp by evaline-ju in https://github.com/caikit/caikit-nlp/pull/12
* Bump scikit-learn from 1.1.1 to 1.2.2 by dependabot in https://github.com/caikit/caikit-nlp/pull/10
* Update caikit by gkumbhat in https://github.com/caikit/caikit-nlp/pull/17
* Bump pandas from 1.4.2 to 2.0.2 by dependabot in https://github.com/caikit/caikit-nlp/pull/6
* Bump tokenizers from 0.12.1 to 0.13.3 by dependabot in https://github.com/caikit/caikit-nlp/pull/18
* Bump tqdm from 4.64.0 to 4.65.0 by dependabot in https://github.com/caikit/caikit-nlp/pull/9
* :sparkles: Add text generation module by gkumbhat in https://github.com/caikit/caikit-nlp/pull/16
* :loud_sound: Update log codes to NLP by evaline-ju in https://github.com/caikit/caikit-nlp/pull/38
* Support tgis stop params by gkumbhat in https://github.com/caikit/caikit-nlp/pull/50
* Update pyproject.toml accelerators version by Xaenalt in https://github.com/caikit/caikit-nlp/pull/49
* :arrow_up: Loosen dependency version ranges by evaline-ju in https://github.com/caikit/caikit-nlp/pull/52
* :construction_worker: Add publish to pypi by evaline-ju in https://github.com/caikit/caikit-nlp/pull/53
* :sparkles: Text and token classification tasks and data models by evaline-ju in https://github.com/caikit/caikit-nlp/pull/46
* :sparkles: Modules for filtered span classification enabling sentence content classification by evaline-ju in https://github.com/caikit/caikit-nlp/pull/55
* Classification train record by Ssukriti in https://github.com/caikit/caikit-nlp/pull/34
* :sparkles: Add streaming support for filtered span classification by evaline-ju in https://github.com/caikit/caikit-nlp/pull/58
* :bug: Fix streaming of chunked texts by gkumbhat in https://github.com/caikit/caikit-nlp/pull/60
* :bug: Fix issues with stream-span processing with trailing or leading whitespaces by gkumbhat in https://github.com/caikit/caikit-nlp/pull/62
* Remove myself as a code owner by gabe-l-hart in https://github.com/caikit/caikit-nlp/pull/64
* :arrow_up: Bump caikit and caikit-tgis-backend by evaline-ju in https://github.com/caikit/caikit-nlp/pull/67
* Add finetuning generation by gkumbhat in https://github.com/caikit/caikit-nlp/pull/72
* ⬆️ Update caikit[runtime-grpc] requirement from <0.11.0,>=0.10.1 to >=0.10.1,<0.12.0 by dependabot in https://github.com/caikit/caikit-nlp/pull/88
* :recycle: Use generated text result from caikit.interfaces by evaline-ju in https://github.com/caikit/caikit-nlp/pull/91
* Api dumps by gabe-l-hart in https://github.com/caikit/caikit-nlp/pull/93
* :wrench: Fix utils script to configure backends in the new way in updated caikit by gkumbhat in https://github.com/caikit/caikit-nlp/pull/90
* Add eval fine tuning by gkumbhat in https://github.com/caikit/caikit-nlp/pull/84
* :bug: Fix autoconfig always fetching info from model-hub by gkumbhat in https://github.com/caikit/caikit-nlp/pull/99
* Add output streaming text gen api by gkumbhat in https://github.com/caikit/caikit-nlp/pull/96
* Remote tgis text gen by gabe-l-hart in https://github.com/caikit/caikit-nlp/pull/107
* :fire: Remove print in module code by evaline-ju in https://github.com/caikit/caikit-nlp/pull/109
* Add Getting Started Notebook by rawkintrevo in https://github.com/caikit/caikit-nlp/pull/106

New Contributors
* evaline-ju made their first contribution in https://github.com/caikit/caikit-nlp/pull/2
* gkumbhat made their first contribution in https://github.com/caikit/caikit-nlp/pull/13
* dependabot made their first contribution in https://github.com/caikit/caikit-nlp/pull/10
* Xaenalt made their first contribution in https://github.com/caikit/caikit-nlp/pull/49
* Ssukriti made their first contribution in https://github.com/caikit/caikit-nlp/pull/34
* gabe-l-hart made their first contribution in https://github.com/caikit/caikit-nlp/pull/64
* rawkintrevo made their first contribution in https://github.com/caikit/caikit-nlp/pull/106

**Full Changelog**: https://github.com/caikit/caikit-nlp/commits/0.1.0

Page 7 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.