You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My question is that if we have an input composed of two sentences for a classification problem, which should be separated with a [SEP] token, how can we set up the explainers? As I understand from the source code, it encodes single text.
The text was updated successfully, but these errors were encountered:
Thanks for using the package! So this is certainly doable as I do it for the QA explainer but I just hadn't thought to add the functionality for the classification explainer. I think it would only be a matter of adding an additional optional param to the explainer call method but I'll have to have a think on how to do it.
I should have some time to have a look at it over the weekend and see what's involved.
Thanks for the project.
My question is that if we have an input composed of two sentences for a classification problem, which should be separated with a [SEP] token, how can we set up the explainers? As I understand from the source code, it encodes single text.
The text was updated successfully, but these errors were encountered: