Henry Liu

Results 2 issues of Henry Liu

Do you consider supporting multi-label classification(one sample can have more than one label) using IntrospectiveRationaleExplainer? Right now IntrospectiveRationaleExplainer model can do multi-class classification task. What if we have training dataset...

I'm getting RuntimeError: multi-target not supported at ..\aten\src\THNN/generic/ClassNLLCriterion.c:20 while trying to feed multi-class dataset. My training data looks like this. I'm using one-hot format as label. ![image](https://github.com/interpretml/interpret-text/assets/48251472/b102f1cf-003e-4a87-8e8f-36a6c7ab7164) I'm getting the...