UFDClassifierPreTrainedModel

class UFDClassifierPreTrainedModel(config: transformers.configuration_utils.PretrainedConfig, *inputs, **kwargs)[source]

The UFD Classifier Pre-Trained Model used as base class for derived Classifier Model.

This model is the abstract super class for the UFD Combine Features Map model which defines the config class types and weights initalization method. This class should not be used or instantiated directly, see UFDClassifierModel class for usage.

config_class

alias of sgnlp.models.ufd.config.UFDClassifierConfig