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
Like to ask for the counterfactual generation, I understand that the prediction model is first trained on the dataset before using it to generate class labels.
Could I instead use a pretrained model such as LLama?
In this case, what form of output is required from the model? Could I just use model.generate?
Also in the model_specific_predictions_explanations, explanation_model and prediction model are not passed in.
The text was updated successfully, but these errors were encountered:
Hi, thanks for this great work.
Like to ask for the counterfactual generation, I understand that the prediction model is first trained on the dataset before using it to generate class labels.
Could I instead use a pretrained model such as LLama?
In this case, what form of output is required from the model? Could I just use model.generate?
Also in the
model_specific_predictions_explanations
, explanation_model and prediction model are not passed in.The text was updated successfully, but these errors were encountered: