cdpierse / transformers-interpret

Model explainability that works seamlessly with 🤗 transformers. Explain your transformers model in just 2 lines of code.
Apache License 2.0
1.29k stars 97 forks source link

ImportError: cannot import name 'PairwiseSequenceClassificationExplainer' #112

Open eunjiinkim opened 2 years ago

eunjiinkim commented 2 years ago

I cannot import pairwise explainer, while other explainers are imported well. My python version is 3.6.8

What can I do?

image
cdpierse commented 2 years ago

Hi @eunjiinkim, can you confirm the version you are using of the package? I would specifically try installing the package with no cache flag passed so pip install transformers-interpret --no-cache-dir