langtest.modelhandler.custom_modelhandler.PretrainedModelForWinoBias#
- class PretrainedModelForWinoBias(model: Any)#
 Bases:
PretrainedCustomModel,ModelAPIA custom model handler for pretrained models that are used for wino bias.
Methods
__init__(model)load_model(path)Load the model.
predict(text, *args, **kwargs)Perform predictions on input text.
predict_raw(text, *args, **kwargs)Attributes
model_registry- classmethod load_model(path: Any) Any#
 Load the model.
- abstract predict(text: str, *args, **kwargs)#
 Perform predictions on input text.