Skip to content

Intel® Explainable AI Tools v1.2.0

Latest
Compare
Choose a tag to compare
@mitalipo mitalipo released this 04 Dec 19:56

What's Changed

  • Added instructions and detailed examples in placeholder for Model Card Generator UI fields to improve user experience.
  • Docker Compose infra for Model Card Generator UI deployments.
  • Added HTML template support for Model Card Generator.
  • Added functionality to plot individual graphs in the Model Card for each class in multiclass scenarios using Model Card Generator.
  • Added Toxicity Detection Model Benchmarking Script on Jigsaw Unintended Bias and ToxicChat datasets with Gaudi 2 accelerator support.

Jupyter Notebooks

Bug fixes

  • Improved error handling in case of metric file uploads in Model Card Generator UI.
  • Added unit tests for benchmarking toxicity detection models.
  • Resize Images in the Model Card based on the window size.

Validated configuration

  • Ubuntu 22.04 LTS
  • Python 3.9, 3.10
  • PyTorch 2.2.0
  • Intel® Optimization for TensorFlow 2.14.0
  • Torchvision 0.17.0
  • TensorFlow Hub 0.15.0

Known limitations

Intel® Explainable AI Tools is only supported on Linux

GitHub pages:

https://intel.github.io/intel-xai-tools/v1.2.0/

New Contributors