Releases: trustyai-explainability/guardrails-detectors
Releases · trustyai-explainability/guardrails-detectors
v0.3.0
What's Changed
- fix(RHOAIENG-26139): Bump transformers from 4.47.0 to 4.48.0 by @ruivieira in #11
- chores: Bump transformers to 4.50.0 by @ruivieira in #12
New Contributors
- @ruivieira made their first contribution in #11
Full Changelog: v0.2.0...v0.3.0
v0.2.0
First release through automated build pipeline.
What's Changed
- Further tests for the HF detector class by @m-misiura in #4
- Add build pipeline for hf detector by @RobGeada in #5
- Add build pipeline for hf detector by @RobGeada in #8
New Contributors
Full Changelog: 0.1.0...v0.2.0
v0.1.0
Detectors 0.1.0
Added a generic detector class that is intended to be compatible with any AutoModelForSequenceClassification or a specific kind of AutoModelForCausalLM, namely GraniteForCausalLM; this detector exposes /api/v1/text/contents
and thus, could be configured to be a detector of type: text_contents
within the FMS Guardrails Orchestrator framework. This detector is also intended to be deployed as a KServe inference service