Skip to content

v0.1.11

Compare
Choose a tag to compare
@cdpierse cdpierse released this 27 Feb 16:11
· 210 commits to master since this release
  • Classification explainer model's now use model.get_input_embeddings() by default. This is equivalent to calculating attributions exclusively w.r.t to word embeddings. This makes attribution calculation much more streamlined for many more models and will greatly improve compatibility with different architectures. (#21)
  • SequenceClassificationExplainer's visualize method now returns the HTML object by default. 99c6db7