Skip to content

Releases: guardrails-ai/bias_check

v0.3.1

06 Oct 13:33
Compare
Choose a tag to compare

What's Changed

  • load tf text classification model correctly in new transformers by @yangtx2009 in #9
  • do not allow remote inference by @zsimjee in #8

New Contributors

Full Changelog: v0.3.0...v0.3.1

Support 'on_fail'==fix.

06 Dec 21:04
90061b5
Compare
Choose a tag to compare

Add back the on_fail==fix support to the validator. Clean up dependency oddities and add tf-keras support because of new keras compatibility issues when reading in TensorFlow models.