cdpierse / transformers-interpret

Model explainability that works seamlessly with 🤗 transformers. Explain your transformers model in just 2 lines of code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SequenceClassificationExplainer shows right value but MultiLabelClassificationExplainer's Word importance and values are not mapping correctrly

jw0831 opened this issue · comments

commented

Sequence Classification Explainer
image

MultiLabel (wrong mapping value)
image

but thanks for the package~!