Releases: guardrails-ai/bias_check
Releases · guardrails-ai/bias_check
v0.3.1
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
- @yangtx2009 made their first contribution in #9
- @zsimjee made their first contribution in #8
Full Changelog: v0.3.0...v0.3.1
Support 'on_fail'==fix.
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.