Skip to content

Releases: trustyai-explainability/guardrails-detectors

v0.3.0

22 May 14:17
e41a429
Compare
Choose a tag to compare

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

Full Changelog: v0.2.0...v0.3.0

v0.2.0

15 Apr 10:28
da2bb7a
Compare
Choose a tag to compare

First release through automated build pipeline.

What's Changed

New Contributors

Full Changelog: 0.1.0...v0.2.0

v0.1.0

24 Jan 17:37
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

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