langtest.modelhandler.custom_modelhandler.PretrainedModelForTranslation#

class PretrainedModelForTranslation(model: Any)#

Bases: PretrainedCustomModel, ModelAPI

A custom model handler for pretrained models that are used for translation.

__init__(model: Any) None#

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.