I'm aware that it is possible to use the shap library to explain BertForSequenceClassification models. I am however unsure how to to this using the custom BertWithTabular class. Is there any way of adapting the class or the shap methods so it works with multimodal-toolkit?